[Glade-users] placing widgets on windows



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]