Re: Tutorial for GtkUIManager ?

2005-05-11 Thread Claudio Saavedra V.
be useful Good luck. Claudio -- Claudio Saavedra V. [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Size of a GtkWidget

2005-05-06 Thread Claudio Saavedra V.
size or the default size, all of which have warnings of not being necessary correct Thanks -- Claudio Saavedra V. [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

Re: why moving to new Glade version made GUI lose widget? (toolbar)

2004-07-15 Thread Claudio Saavedra V.
On Thu, 2004-07-15 at 18:03, [EMAIL PROTECTED] wrote: We moved a Glade file (using libglade too) from the old version Glade on RedHat 9 to the new version of Glade on Fedora Core 2. We noticed when we run the GUI it loses the toolbar because of using newer Glade version. The versions of

Widgets and GThreads.

2004-06-07 Thread Claudio Saavedra V.
Hi I am writing a GTK+-2.0 code that is supposed to change the label of a GtkButton constantly in a thread diferent than the main, while the button is usefull. The next is the code i have until now: -- code -- #include stdio.h #include gtk/gtk.h #include stdlib.h #include gthread.h static