VBox.this

Creates a new GtkVBox.

  1. this(GtkVBox* gtkVBox)
  2. this(int homogeneous, int spacing)
    class VBox
    this

Parameters

homogeneous int

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

spacing int

the number of pixels to place by default between children.

Throws

ConstructionException GTK+ fails to create the object.

Meta