VBox.this

Creates a new #GtkVBox.

More...
  1. this(void* ptr, Flag!"Take" take)
  2. this(bool homogeneous, int spacing)
    class VBox
    this
    (,)

Parameters

homogeneous bool

true if all children are to be given equal space allotments.

spacing int

the number of pixels to place by default between children.

Return Value

a new #GtkVBox.

Detailed Description

Deprecated: You should use gtk.box.Box.new_ with a gtk.types.Orientation.Vertical #GtkOrientable:orientation instead