Enumeration (GI Flags)

Wnck-3.0WnckWindowState

Type used as a bitmask to describe the state of a Wnck.Window.

Index

Enumeration Members

ABOVE: number

the window is above other windows (see wnck_window_make_above()).

BELOW: number

the window is below other windows (see wnck_window_make_below()).

DEMANDS_ATTENTION: number

the window needs attention (because the window requested activation but the window manager refused it, for example).

FULLSCREEN: number

the window is fullscreen.

HIDDEN: number

the window is not visible on its Wnck.Workspace and viewport (when minimized, for example).

MAXIMIZED_HORIZONTALLY: number

the window is horizontically maximized.

MAXIMIZED_VERTICALLY: number

the window is vertically maximized.

MINIMIZED: number

the window is minimized.

SHADED: number

the window is shaded.

SKIP_PAGER: number

the window should not be included on pagers.

SKIP_TASKLIST: number

the window should not be included on tasklists.

STICKY: number

the window is sticky (see wnck_window_is_sticky()).

URGENT: number

the window requires a response from the user.