Box.this

Creates a new gtk.box.Box.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.types.Orientation orientation, int spacing)

Parameters

orientation gtk.types.Orientation

the box’s orientation

spacing int

the number of pixels to place by default between children

Return Value