Wnck.WindowState – libwnck-1.0 Reference Manual
Packages
libwnck-1.0
Wnck
WindowState
ABOVE
BELOW
DEMANDS_ATTENTION
FULLSCREEN
HIDDEN
MAXIMIZED_HORIZONTALLY
MAXIMIZED_VERTICALLY
MINIMIZED
SHADED
SKIP_PAGER
SKIP_TASKLIST
STICKY
URGENT
WindowState
Description:
[
CCode
( cprefix =
"WNCK_WINDOW_STATE_"
) ]
[
Flags
]
public
enum
WindowState
Type used as a bitmask to describe the state of a
Window
.
Namespace:
Wnck
Package:
libwnck-1.0
Content:
Enum values:
ABOVE
-
the window is above other windows ( see
make_above
).
BELOW
-
the window is below other windows ( see
make_below
).
DEMANDS_ATTENTION
-
the window needs attention (because the window requested activation but the window manager refused it, for example).
FULLSCREEN
-
the window is fullscreen.
HIDDEN
-
the window is not visible on its
Workspace
and viewport (when minimized, for example).
MAXIMIZED_HORIZONTALLY
-
the window is horizontically maximized.
MAXIMIZED_VERTICALLY
-
the window is vertically maximized.
MINIMIZED
-
the window is minimized.
SHADED
-
the window is shaded.
SKIP_PAGER
-
the window should not be included on pagers.
SKIP_TASKLIST
-
the window should not be included on tasklists.
STICKY
-
the window is sticky (see
is_sticky
).
URGENT
-
the window requires a response from the user.