Package: gtk

Accessor gtk:stack-page-visible

Lambda List

gtk:stack-page-visible (object)

Syntax

(gtk:stack-page-visible object) => setting
(setf (gtk:stack-page-visible object) setting)

Arguments

object -- a gtk:stack-page object
setting -- a boolean whether this page is visible

Details

Accessor of the visible slot of the gtk:stack-page class. The gtk:stack-page-visible function returns whether the page is visible in its stack. The (setf gtk:stack-page-visible) function sets the property. This is independent from the visible property of its widget.
 

See also

2024-4-14