VBox.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(bool homogeneous, int spacing)

Creates a new #GtkVBox.

Parameters

homogeneoustrue if all children are to be given equal space allotments.
spacingthe number of pixels to place by default between children.

Returns

a new #GtkVBox.

Deprecated

You should use [gtk.box.Box.new_] with a [gtk.types.Orientation.Vertical]

#GtkOrientable:orientation instead