Module: Wnck::WindowState
- Defined in:
- (unknown)
Constant Summary collapse
- MINIMIZED =
the window is minimized.
1 or :minimized
- MAXIMIZED_HORIZONTALLY =
the window is horizontically
maximized. 2 or :maximized_horizontally
- MAXIMIZED_VERTICALLY =
the window is vertically maximized.
4 or :maximized_vertically
- SHADED =
the window is shaded.
8 or :shaded
- SKIP_PAGER =
the window should not be included on pagers.
16 or :skip_pager
- SKIP_TASKLIST =
the window should not be included on
tasklists. 32 or :skip_tasklist
- STICKY =
the window is sticky (see
wnck_window_is_sticky()). 64 or :sticky
- HIDDEN =
the window is not visible on its Wnck::Workspace
and viewport (when minimized, for example). 128 or :hidden
- FULLSCREEN =
the window is fullscreen.
256 or :fullscreen
- DEMANDS_ATTENTION =
the window needs attention (because
the window requested activation but the window manager refused it, for
example). 512 or :demands_attention
- URGENT =
the window requires a response from the user.
1024 or :urgent
- ABOVE =
the window is above other windows (see
wnck_window_make_above()). 2048 or :above
- BELOW =
the window is below other windows (see
wnck_window_make_below()). 4096 or :below