Gtk.Box Members

The members of Gtk.Box are listed below.

See Also: Inherited members from Gtk.Container

Public Constructors

Internal constructor

Protected Constructors

Box()
Protected constructor.
Protected Constructor.

Public Properties

[read-only]
static
GTypeGLib.GType. GType Property.
Homogeneousbool. Set the size of all child widgets to be the same
Spacingint. Adjust the spacing between child widgets.

Public Methods

PackEnd(Widget)
Add a widget to the 'end' of a box with default packing settings.
PackEnd(Widget, bool, bool, uint)
Add a widget to the 'end' of a box with the specified packing properties.
PackStart(Widget)
Add a widget to the 'start' of a box with default packing settings.
PackStart(Widget, bool, bool, uint)
Add a widget to the 'start' of a box with the specified packing properties.
QueryChildPacking(Widget, out bool, out bool, out uint, out PackType)
Returns information about how child is packed into box.
ReorderChild(Widget, int)
Alters the position of a child widget that has already been packed into a Box.
SetChildPacking(Widget, bool, bool, uint, PackType)
Change the packing properties of a child that is currently in this box.