Rotate label 90 degrees

2004-01-04 Thread Egon Andersen
Hi, I'll like to insert a label that is rotated 90 degrees i.e. the label text is vertical and not horizontal. How can I do this? Best regards Egon Andersen ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GDK drawing problem

2004-01-04 Thread cowboy cowboy
HI, all I am design a little program using GTK. I am new to GTK so I don't know how to do it. The requirements of the project are given below: a gtkwindow splited into two parts (left and right), several toggle buttons on the right cell. When I click one button, some basic primitives will be

Re: glib-config 1.2 vs 2.0

2004-01-04 Thread Billy O'Connor
Jeff Abrahamson [EMAIL PROTECTED] writes: I have both glib1.2 and glib2.0 installed (debian sarge). The normal makefile line (in 1.2) is something like CFLAGS=`glib-config --cflags` ... and so forth. But for all my googling and doc reading, I don't see how to specify that I want

Re: Can I simply rename the .c source files generated by Glade to .cpp

2004-01-04 Thread Dave Malcolm
On Sun, 2004-01-04 at 06:31, Zhu Yong wrote: HI, Can I simply rename the .c source files generated by Glade to .cpp ? Have you tried using libglade to load the interfaces at run-time from XML? I suspect it will be much easier in the long run. Should be possible from C++. I believe the code