 |
| Never Seen the Sunlight |
Joined: Wed Sep 21, 2005 12:07 am Posts: 563 Location: Portland, OR USA
|
|
Widgets are "packed" in GtkContainers. Using various packing properties such as "expand", "fill", and "homogeneous" allow you to control how GTK automatically sizes the widgets. This is typically all you need for any layout.
However, if you do need further control, you can use GtkFixed which allows for fixed positioning and GtkAspectFrame which uses a aspect ration to place the child widget. Use caution with these widgets as they allow you to override the behavior your users will be used to.
_________________ Micah Carrick - Forum Administrator http://www.micahcarrick.com
|
|