Box.this

Creates a new gtk.Box

  1. this(GtkBox* gtkBox, bool ownedRef)
  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.

Return Value

a new gtk.Box

Throws

ConstructionException GTK+ fails to create the object.

Meta