W Wrapl, The Programming Language

Libraries:Gtk:Gtk:HBox

Types

T

Inherits from:

T is a container that organizes child widgets into a single row.

Use the Gtk.Gtk.Box.T packing interface to determine the arrangement, spacing, width, and alignment of T children.

All children are allocated the same height.



Constants

Nil : T

Functions

GetType() : Gtk.GObject.Type.T



New(homogeneous @ Std.Symbol.T, spacing @ Std.Integer.SmallT) : Gtk.Gtk.HBox.T

Creates a new T.

homogeneous TRUE if all children are to be given equal space allotments.
spacing the number of pixels to place by default between children.
Returns a new T.