Quote:
Originally Posted by Flounder
The resources on the Gnome developer page don't seem to explain your options for all the widgets or how they relate to each other.
|
Not documentation as such I know, but if you install and play around with the Glade interface designer, it should give you an idea of what widgets are available, their properties and layout, and what they can do. Coupled with the official documentation, that might be a quicker way to figure the widgets out than coding sample interfaces in C, especially as GtkBuilder XML (as produced by Glade) is the preferred way to layout interfaces in GTK+.
Gareth