Box.this

Creates a new GtkBox.

  1. this(GtkBox* gtkBox)
  2. this(GtkOrientation orientation, int spacing)

Parameters

orientation GtkOrientation

the box's orientation.

spacing int

the number of pixels to place by default between children.

Throws

ConstructionException GTK+ fails to create the object.

Meta