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 slot access function gets whether the stack is horizontally homogeneous. The (setf gtk-stack-hhomogeneous) slot access function sets the stack to be horizontally homogeneous or not.

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

2021-12-7