Wnck.WindowActions – libwnck-3.0 Reference Manual
WindowActions
Description:
[
CCode
( cprefix =
"WNCK_WINDOW_ACTION_"
, type_id =
"wnck_window_actions_get_type ()"
) ]
[
Flags
]
public
enum
WindowActions
Type used as a bitmask to describe the actions that can be done for a
Window
.
Namespace:
Wnck
Package:
libwnck-3.0
Content:
Enum values:
ABOVE
-
the window may be made above other windows.
BELOW
-
the window may be made below other windows.
CHANGE_WORKSPACE
-
the window may be moved between workspaces, or (un)pinned.
CLOSE
-
the window may be closed.
FULLSCREEN
-
the window may be brought to fullscreen.
MAXIMIZE
-
the window may be maximized.
MAXIMIZE_HORIZONTALLY
-
the window may be maximized horizontally.
MAXIMIZE_VERTICALLY
-
the window may be maximized vertically.
MINIMIZE
-
the window may be minimized.
MOVE
-
the window may be moved around the screen.
RESIZE
-
the window may be resized.
SHADE
-
the window may be shaded.
STICK
-
the window may be sticked.
UNMAXIMIZE
-
the window may be unmaximized.
UNMAXIMIZE_HORIZONTALLY
-
the window may be unmaximized horizontally.
UNMAXIMIZE_VERTICALLY
-
the window may be maximized vertically.
UNMINIMIZE
-
the window may be unminimized.
UNSHADE
-
the window may be unshaded.
UNSTICK
-
the window may be unsticked.
2022 vala-language.org