Inheritance diagram for Box:
Public Member Functions | |
void | packStart (Widget child, bit expand, bit fill, int padding) |
Pack Start. | |
void | packEnd (Widget child, bit expand, bit fill, int padding) |
Pack End (what's the diference to packStart?). | |
void | packStartDefaults (Widget def) |
Sets the pack start defaults. | |
void | packEndDefaults (Widget def) |
Sets the pack end default ??? | |
void | setHomogeneous (bit homogeneous) |
Sets if the childrens size should be homogeneous. | |
bit | getHomogeneous () |
Gets if the childrens size is homogeneous. | |
void | setSpacing (int spacing) |
sets the space between the child widgets | |
gint | getSpacing () |
Gets the spacing between the widgets. | |
void | reorderChild (Widget child, gint position) |
Reposition one child relative to the others. | |
void | queryChildPacking (Widget child, gboolean *expand, gboolean *fill, guint *padding, PackType *pack_type) |
Queries the packing settings for a child. | |
void | setChildPacking (Widget child, gboolean expand, gboolean fill, guint padding, PackType pack_type) |
Sets the pacjing values for a child. | |
Static Public Member Functions | |
GType | getType () |
gets the type of the class Box |
|
Gets if the childrens size is homogeneous.
|
|
Gets the spacing between the widgets.
|
|
gets the type of the class Box
Reimplemented from Widget. Reimplemented in HBox, HButtonBox, Statusbar, VBox, and VButtonBox. |
|
Pack End (what's the diference to packStart?).
|
|
Sets the pack end default ???
|
|
Pack Start.
|
|
Sets the pack start defaults.
|
|
Queries the packing settings for a child.
|
|
Reposition one child relative to the others.
|
|
Sets the pacjing values for a child.
|
|
Sets if the childrens size should be homogeneous.
|
|
sets the space between the child widgets
|