Package: gtk

Accessor gtk:window-urgency-hint

Lambda List

gtk:window-urgency-hint (object)

Syntax

(gtk:window-urgency-hint object) => setting
(setf (gtk:window-urgency-hint object) setting)

Arguments

object -- a gtk:window widget
setting -- true to mark this window as urgent

Details

The accessor for the urgency-hint slot gets or sets whether the window should be brought to the attention of the user. Windows may set a hint asking the desktop environment to draw the users attention to the window. This function sets this hint.
 

See also

2026-06-04