Up
_gtkContainerSizeModeGet
_gtkContainerSizeModeGet
retreives the resize mode of a
Containers
object children.
Prototype : fun [*] I
*
: a widget Containers object.
Return
I : the mode or nil if an error occurs.
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)
See also
_gtkContainerSizeModeSet
Example