HBox.this

Creates a new GtkHBox.

  1. this(GtkHBox* gtkHBox)
  2. this(int homogeneous, int spacing)
    class HBox
    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