Constructor
GntBoxnew
Declaration [src]
GntWidget*
gnt_box_new (
gboolean homogeneous,
gboolean vert
)
Parameters
homogeneous
-
Type:
gboolean
If
TRUE
, all the widgets in it will have the same height (or width). vert
-
Type:
gboolean
Whether 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. |