Package: gtk

Accessor gtk:stack-hhomogeneous

Lambda List

gtk:stack-hhomogeneous (object)

Syntax

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

Arguments

object -- a gtk:stack widget
homogeneous -- true to make stack horizontally homogeneous

Details

Accessor of the hhomogeneous slot of the gtk:stack class. The gtk:stack-hhomogeneous function gets whether the stack is horizontally homogeneous. The (setf gtk:stack-hhomogeneous) function sets the property.

If the stack is homogeneous, the stack will request the same width for all its children. If it is not, the stack may change width when a different child becomes visible.
 

See also

2025-4-23