Constructor
GntBoxnew
Declaration [src]
GntWidget*
gnt_box_new (
gboolean homogeneous,
gboolean vert
)
Parameters
homogeneous-
Type:
gbooleanIf
TRUE, all the widgets in it will have the same height (or width). vert-
Type:
gbooleanWhether the widgets in it should be stacked vertically (if
TRUE) or horizontally (ifFALSE).
Return value
Type: GntWidget
The new box.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |