Up
_gtkContainerSizeModeSet
_gtkContainerSizeModeSet
sets the resize mode of a
Containers
object children.
Prototype : fun [* I] *
*
: a widget Containers object.
$
: the mode :
CONT_RESIZE_PARENT : the resize request is passed to the parent (default)
CONT_RESIZE_QUEUE : the resize is added in the queue of this widget object
CONT_RESIZE_IMMEDIATE : the resize is immediate (deprecated)
Return
* : the same parent or nil if an error occurs.
See also
_gtkContainerSizeModeGet
Example