Module: Wnck::WindowActions

Defined in:
(unknown)

Constant Summary collapse

MOVE =

the window may be moved around the screen.

1 or :move
RESIZE =

the window may be resized.

2 or :resize
SHADE =

the window may be shaded.

4 or :shade
STICK =

the window may be sticked.

8 or :stick
MAXIMIZE_HORIZONTALLY =

the window may be maximized horizontally.

16 or :maximize_horizontally
MAXIMIZE_VERTICALLY =

the window may be maximized vertically.

32 or :maximize_vertically
CHANGE_WORKSPACE =

the window may be moved between workspaces, or (un)pinned.

64 or :change_workspace
CLOSE =

the window may be closed.

128 or :close
UNMAXIMIZE_HORIZONTALLY =

the window may be unmaximized horizontally.

256 or :unmaximize_horizontally
UNMAXIMIZE_VERTICALLY =

the window may be maximized vertically.

512 or :unmaximize_vertically
UNSHADE =

the window may be unshaded.

1024 or :unshade
UNSTICK =

the window may be unsticked.

2048 or :unstick
MINIMIZE =

the window may be minimized.

4096 or :minimize
UNMINIMIZE =

the window may be unminimized.

8192 or :unminimize
MAXIMIZE =

the window may be maximized.

16384 or :maximize
UNMAXIMIZE =

the window may be unmaximized.

32768 or :unmaximize
FULLSCREEN =

the window may be brought to fullscreen.

65536 or :fullscreen
ABOVE =

the window may be made above other windows.

131072 or :above
BELOW =

the window may be made below other windows.

262144 or :below