The members of Gtk.Box are listed below.
See Also: Inherited members from Gtk.Container
Box() | Protected constructor. | |
| Protected Constructor. |
| [read-only] static | GType | GLib.GType. GType Property. |
| Homogeneous | bool. Set the size of all child widgets to be the same | |
| Spacing | int. Adjust the spacing between child widgets. |
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. | ||