Does Win CE support ARMV4T CPU family????

2004-03-04 Thread bheemesh
hello all, i know i am mailing a bit out of context to this mailing list. But pls some on efrom the windows platform help me in this. Even a suitable link or URL is very helpfull. the CPU ARMV4T is supposed to be supported by windowsCE.net4.2 - according to the documentation on the microsoft

Re: newbie make/install problem

2004-03-04 Thread busmanus
Erik Ostermueller wrote: Hello, all. I am brand-spanking new to Linux, so take it easy on me. I couldn't find an GTK RPM for Mandrake 9.2, so here I am building gtk 2.3.4. Gtk is a basic component of most Linux systems, moreover the version you are trying to build is for developers only, so you

Scroll to the end of a TextView

2004-03-04 Thread Felipe Weckx
Hi everyone, Here's the deal: the program receives a string and show it on a TextView , that's OK, but I have to scroll the view to end of the text, I tried using gtk_text_buffer_get_end_iter and gtk_text_view_scroll_to_iter, but it only scrolls to beginning of the text I've just inserted, so

Re: How to set background/foreground on button, entry, or label?

2004-03-04 Thread Tony Denault
On Thu, 4 Mar 2004, Owen Taylor wrote: On Wed, 2004-03-03 at 20:39, Tony Denault wrote: Hi All, After doing some research and hacking, I wrote some code to set the foreground / backgroud color of a button, entry, label. This is still a confusing part of GTK 2.x., an internet search on

Re: Scroll to the end of a TextView

2004-03-04 Thread Terje Eggestad
It wasn't intuitive, but scroll to mark doe the trick, the following func append to a textview (a log actually) and scrolls: void scacpg_append_runlog(char * msg, ...) { GtkTextView * eview; GtkTextBuffer * ebuf; GtkTextIter start, end; va_list ap; char * buffer = NULL; int l, L

Re: Scroll to the end of a TextView

2004-03-04 Thread Matthias Clasen
This is covered in the GTK+ documentation: http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html#id2517993 -- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

GTKCalendar

2004-03-04 Thread Andres Gomez Garcia
Hi! I was looking for a widget like GtkCalendar but I need to mark day in various different ways and, if possible, to show a whole year, not only a month. Is there anything like that? -- Andrés Gómez García Ingeniero en Informática Telf: +34 981 91 39 91 Fax: +34 981 91 39 49 mailto:[EMAIL