Gtk.Box: Method Members

The methods of Gtk.Box are listed below. For a list of all members, see the Box Members list.

See Also: Inherited members from Gtk.Container

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.