Package: gtk

Accessor gtk-container-resize-mode

Lambda List

gtk-container-resize-mode (object)

Syntax

(gtk-container-resize-mode object) => mode
(setf gtk-container-resize-mode object) mode)

Arguments

object -- a gtk-container widget
mode -- a value of the gtk-resize-mode enumeration

Details

Accessor of the resize-mode slot of the gtk-container class.

The gtk-container-resize-mode slot access function returns the current resize mode of the container. The (setf gtk-container-resize-mode) slot access function sets the resize mode.

The resize mode of a container determines whether a resize request will be passed to the parent of the container, queued for later execution or executed immediately.

Warning

The gtk-container-resize-mode function has been deprecated since version 3.12 and should not be used in newly written code. Resize modes are deprecated. They are not necessary anymore since frame clocks and might introduce obscure bugs if used.
 

See also

2021-9-18