Question about the realize signal

2007-12-04 Thread Dan H
Hello, I like to build my GUIs with Glade, but as Glade is quite limited in what it can do I usually write routines that finalize the GUI after the Glade stuff has been set up. For example, in a current project I have a table which is full of radiobuttons, but Glade always creates those with a

Re: Question about the realize signal

2007-12-04 Thread Jim George
On Dec 4, 2007 3:06 AM, Dan H [EMAIL PROTECTED] wrote: Hello, I like to build my GUIs with Glade, but as Glade is quite limited in what it can do I usually write routines that finalize the GUI after the Glade stuff has been set up. For example, in a current project I have a table which is

Re: Question about the realize signal

2007-12-04 Thread Tristan Van Berkom
On Dec 4, 2007 12:51 PM, Jim George [EMAIL PROTECTED] wrote: On Dec 4, 2007 3:06 AM, Dan H [EMAIL PROTECTED] wrote: Hello, Hi, first about your radio buttons, you can set them to be in container mode in the property editor, this will allow you to remove the label and put anything you want

Displaying a (simple) list of strings

2007-12-04 Thread asdf
Hi, I am just getting started with GTK+ programming using C. And after having spent a few hours going through the GTK+ 2.0 tutorial, I am having a hard time understanding and writing code to display a bunch of strings in a List (TreeView) widget. Could someone help me out by posting sample

Re: Displaying a (simple) list of strings

2007-12-04 Thread Matí­as Alejandro Torres
An example of a GtkTreeView with a couple of strings. About the 10 items limit I don't know how to do that. Maybe if you can get the requested size of a row ( gtk_cell_renderer_get_size () ), multiplying it by 10 and setting this size to the GtkTreeView (plus headers and stuff) but is an

Re: Displaying a (simple) list of strings

2007-12-04 Thread Matí­as Alejandro Torres
Matí­as Alejandro Torres escribió: An example of a GtkTreeView with a couple of strings. About the 10 items limit I don't know how to do that. Maybe if you can get the requested size of a row ( gtk_cell_renderer_get_size () ), multiplying it by 10 and setting this size to the GtkTreeView

GTK+ 2.12.3 released

2007-12-04 Thread Matthias Clasen
GTK+ 2.12.3 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/ gtk+-2.12.3.tar.bz2 md5sum: dc8455144f27945f2fcbe91e75acd118 gtk+-2.12.3.tar.gzmd5sum: 68b2ec8a2b025f91d618cd79a4cea909 This is a quick followup release to correct two problems with 2.12.2:

Re: how to set widget background?

2007-12-04 Thread windflying zhou
Can use the rc file -Lyon 2007/12/3, Guenther Meyer [EMAIL PROTECTED]: hi, I have a hbox that looks like this: - | || | | | | | | | ||