Package: gtk

Accessor gtk:window-skip-pager-hint

Lambda List

gtk:window-skip-pager-hint (object)

Syntax

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

Arguments

object -- a gtk:window widget
setting -- true to keep this window from appearing in the pager

Details

Accessor of the skip-pager-hint slot of the gtk:window class. Windows may set a hint asking the desktop environment not to display the window in the pager. This function sets this hint.

A "pager" is any desktop navigation tool such as a workspace switcher that displays a thumbnail representation of the windows on the screen.
 

See also

2024-3-16