Package: gtk

Accessor gtk-stack-homogeneous

Lambda List

gtk-stack-homogeneous (object)

Syntax

(gtk-stack-homogeneous object) => homogeneous
(setf (gtk-stack-homogeneous object) homogeneous)

Arguments

object -- a gtk-stack widget
homogeneous -- true to make the stack homogeneous

Details

Accessor of the homogeneous slot of the gtk-stack class.

The gtk-stack-homogeneous slot access function gets whether the stack is homogeneous. The (setf gtk-stack-homogeneous) slot access function sets the stack to be homogeneous or not. If it is homogeneous, the stack will request the same size for all its children. If it is not, the stack may change size when a different child becomes visible.

Since 3.16, homogeneity can be controlled separately for horizontal and vertical size, with the hhomogeneous and vhomogeneous properties.
 

See also

2021-12-7