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

The accessor for the homogeneous slot gets or sets whether the stack is homogeneous. 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

2026-06-19