Enumeration (GI Flags)

Wnck-3.0WnckWindowState

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

Index
ABOVE: 2048

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

BELOW: 4096

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

DEMANDS_ATTENTION: 512

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

FULLSCREEN: 256

the window is fullscreen.

HIDDEN: 128

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

MAXIMIZED_HORIZONTALLY: 2

the window is horizontically maximized.

MAXIMIZED_VERTICALLY: 4

the window is vertically maximized.

MINIMIZED: 1

the window is minimized.

SHADED: 8

the window is shaded.

SKIP_PAGER: 16

the window should not be included on pagers.

SKIP_TASKLIST: 32

the window should not be included on tasklists.

STICKY: 64

the window is sticky (see wnck_window_is_sticky()).

URGENT: 1024

the window requires a response from the user.

Variables

$gtype