Constructor
GntWindowbox_new
Declaration [src]
GntWidget*
gnt_window_box_new (
gboolean homogeneous,
gboolean vert
)
Parameters
homogeneous
-
Type:
gboolean
TRUE
if the widgets inside the window should have the same dimensions. vert
-
Type:
gboolean
TRUE
if the widgets inside the window should be stacked vertically.
Return value
Type: GntWidget
The newly created window.
The caller of the function takes ownership of the data, and is responsible for freeing it. |