Module dui.Box
Constructor Summary | |
---|---|
protected |
(GtkWidget* gtkWidget) |
Methods Summary | |
---|---|
public char |
toString() |
void |
dump() |
static GType |
getType() gets the type of the class Box |
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 |