Gjsify LogoGjsify Logo

Type used as a bitmask to describe the actions that can be done for a #WnckWindow.

bitfield

Index

Enumeration Members

ABOVE: number

the window may be made above other windows.

BELOW: number

the window may be made below other windows.

CHANGE_WORKSPACE: number

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

CLOSE: number

the window may be closed.

FULLSCREEN: number

the window may be brought to fullscreen.

MAXIMIZE: number

the window may be maximized.

MAXIMIZE_HORIZONTALLY: number

the window may be maximized horizontally.

MAXIMIZE_VERTICALLY: number

the window may be maximized vertically.

MINIMIZE: number

the window may be minimized.

MOVE: number

the window may be moved around the screen.

RESIZE: number

the window may be resized.

SHADE: number

the window may be shaded.

STICK: number

the window may be sticked.

UNMAXIMIZE: number

the window may be unmaximized.

UNMAXIMIZE_HORIZONTALLY: number

the window may be unmaximized horizontally.

UNMAXIMIZE_VERTICALLY: number

the window may be maximized vertically.

UNMINIMIZE: number

the window may be unminimized.

UNSHADE: number

the window may be unshaded.

UNSTICK: number

the window may be unsticked.

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