Package: gtk
Accessor gtk:box-child-expand
Lambda Listgtk:box-child-expand (container child) SyntaxArgumentsDetails The accessor for the expand child property gets or sets
whether the child widget should receive extra space when the parent widget
grows. The hexpand or vexpand properties
are the preferred way to influence whether the child widget receives extra
space, by setting the expand property of the child widget corresponding to
the orientation of the box. In contrast to the hexpand property, the expand child property
does not cause the box to expand itself. | See also |
2026-06-18