cairo request

2005-10-23 Thread rush ta
hello, i wanna use cairo but i am not sure that i use it to make pdf of lot's of text. need help for the same above mentioned prob and if possible how it is possible ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnom

Where can I get valid GTK 2.x Packages on Solaris 8 / 9 ?

2005-10-23 Thread chihailong3
Hello everyone : I have been be absorbed in Gtk application on SUN Soloris 8 . I downloaded gtk2.2.4 library and dependency developing Toolkits from www.sunfreeware.com . But, there are many errors reported while I compile the example program issued with gtk. A lot of error even occ

gtk+ 2.4.x Run Time

2005-10-23 Thread Tor Lillqvist
MEA-Mike.Friedrichs writes: > I assume the zip files must be unzipped to some 'x' directory. > Then all of the zip files will be unzipped to sub-directories under > 'x'. > Is 'xx' the only directory to be added to the environmental > variable 'PATH' ? Yes. (Not x itself, but

gtk+ 2.4.x Run Time

2005-10-23 Thread MEA-Mike.Friedrichs
List, I'm learning gtk for use on win32, and indeed there's a lot to learn. I've been looking at gtk+ 2.4.x runtime and glib 2.4.x runtime. The zip files contains 190 files and 10 Meg of space. I assume the zip files must be unzipped to some 'x' directory. Then all of the zip files will

Re: Programming style

2005-10-23 Thread César Leonardo Blum Silveira
Thanks for your answer! So, as my app is a Glade app, I can use that lookup_widget() function you mentioned? Otherwise I would use your function :-) Thanks again On 10/23/05, Gus Koppel <[EMAIL PROTECTED]> wrote: > César Leonardo Blum Silveira wrote: > > > I have a few doubts about the way I cod

Re: Is there a way to check if a GTK widget is alive

2005-10-23 Thread Gus Koppel
rush ta wrote: > Is there a way to check if a GTK widget is alive... Either http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GTK-WIDGET-SENSITIVE:CAPS or please express yourself a bit clearer. ___ gtk-app-devel-list mailing list gtk-app-devel-l

Re: Programming style

2005-10-23 Thread Gus Koppel
César Leonardo Blum Silveira wrote: > I have a few doubts about the way I code my GTK applications. One of > them is: Is it ok to use many global variables for the widgets? For > example, in a glade app where callbacks are of the form > > void callback(GtkWidget *widget) > > I can only have acce