[Glade-users] placing widgets on windows
- From: tvb at gnome.org (Tristan Van Berkom)
- Subject: [Glade-users] placing widgets on windows
- Date: Fri, 7 Dec 2007 14:23:27 -0200
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 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]