GdkWindowState

Specifies the state of a toplevel window.

Value

Symbolic name

Description

  1Gdk::STATE_WITHDRAWN The window is not shown.
  2Gdk::STATE_ICONIFIED The window is minimized.
  4Gdk::STATE_MAXIMIZED The window is maximized.
  8Gdk::WINDOW_STATE_STICKY The window is sticky.
  16Gdk::WINDOW_STATE_FULLSCREEN The window is maximized without decorations
  32Gdk::WINDOW_STATE_ABOVE The window is kept above other windows.
  64Gdk::WINDOW_STATE_BELOW The window is kept below other windows.