Gjsify LogoGjsify Logo

Type used as a bitmask to describe the state of a #WnckWindow.

bitfield

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 #WnckWorkspace 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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method