Constructor
GtkVBoxnew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_vbox_new (
gboolean homogeneous,
gint spacing
)
Description [src]
Creates a new GtkVBox
.
Deprecated since: 3.2
You should use gtk_box_new()
with a GTK_ORIENTATION_VERTICAL
GtkOrientable:orientation
instead.
Parameters
homogeneous
-
Type:
gboolean
TRUE
if all children are to be given equal space allotments. spacing
-
Type:
gint
The number of pixels to place by default between children.
Return value
Type: GtkWidget
A new GtkVBox
.
The data is owned by the called function. |