[Glade-users] placing widgets on windows
Tristan Van Berkom
tvb at gnome.org
Fri Dec 7 11:23:27 EST 2007
You need to use the container widgets.
for example, a typical layout would have:
GtkWindow {
GtkVBox {
GtkMenuBar { all menus... }
... the rest of the app ...
GtkStatusBar
}
Just remember to use the basic widgets that are made to
resize well, like Gtk[v/h]Box, GtkTable, GtkAlignment when
needed, GtkNotebook (stay away from GtkFixed unless you
have some very specific needs for a display device specific
application).
Cheers,
-Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20071207/ff161eaf/attachment.html
More information about the Glade-users
mailing list