Package: gtk

Accessor gtk:window-skip-taskbar-hint

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2024-3-16