gdkWindowSetSkipTaskbarHint {RGtk2} | R Documentation |
Toggles whether a window should appear in a task list or window
list. If a window's semantic type as specified with
gdkWindowSetTypeHint
already fully describes the window, this
function should not be called in addition,
instead you should allow the window to be treated according to
standard policy for its semantic type.
gdkWindowSetSkipTaskbarHint(object, modal)
|
[GdkWindow ] a toplevel GdkWindow |
|
[logical] TRUE to skip the taskbar |
Since 2.2
Derived by RGtkGen from GTK+ documentation