Wnck.WindowState – libwnck-3.0 Reference Manual
WindowState
Description:
[
CCode
( cprefix =
"WNCK_WINDOW_STATE_"
, type_id =
"wnck_window_state_get_type ()"
) ]
[
Flags
]
public
enum
WindowState
Type used as a bitmask to describe the state of a
Window
.
Namespace:
Wnck
Package:
libwnck-3.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.
2022 vala-language.org