The properties of Gtk.Container are listed below. For a list of all members, see the Container Members list.
See Also: Inherited members from Gtk.Widget
| [read-only] | AllChildren | IEnumerable. Allows you to enumerate all of the container's children. |
| BorderWidth | uint. This container's border width. | |
| [write-only] | Child | Widget. A child widget for this container. |
| [read-only] | Children | Widget[]. Obtains an array of the container's (non-internal) children. |
| FocusChain | Widget[]. Sets or obtains a focus chain of the container, overriding the one computed automatically by Gtk#. | |
| FocusChild | Widget. Moves the focus to a particular child widget or finds the last-focused widget. | |
| FocusHadjustment | Adjustment. The horizontal focus adjustment. | |
| FocusVadjustment | Adjustment. The vertical focus adjustment. | |
| [read-only] static | GType | GLib.GType. GType Property. |
| [read-only] default property | Item(Widget) | Container.ContainerChild. Access for child properties |
| [write-only] | ReallocateRedraws | bool. The redraw-reallocation flag. Containers requesting reallocation redraws get automatically redrawn if any of their children changed allocation. |
| ResizeMode | ResizeMode. How this container behaves when resized. |