Package: gtk

Accessor gtk:stack-page-needs-attention

Lambda List

gtk:stack-page-needs-attention (object)

Syntax

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

Arguments

object -- a gtk:stack-page object
setting -- a boolean whether the page requires the user attention

Details

The accessor for the needs-attention slot gets or sets whether the page is marked as "needs attention". This is used by the gtk:stack-switcher widget to change the appearance of the corresponding button when a page needs attention and it is not the current one.
 

See also

2026-07-15