Package: gtk

Accessor gtk:stack-child-needs-attention

Lambda List

gtk:stack-child-needs-attention (container child)

Syntax

(gtk:stack-child-needs-attention container child) => attention)
(setf (gtk:stack-child-needs-attention container child) attention)

Arguments

container -- a gtk:stack widget
child -- a gtk:widget child widget
attention -- a boolean whether the child page requires attention

Details

Accessor of the needs-attention child property of the gtk:stack class. Sets a flag specifying whether the child page requires the user 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

2024-4-9