GdkWindowState
Specifies the state of a toplevel window.
Value | Symbolic name | Description |
  1 | Gdk::STATE_WITHDRAWN | The window is not shown. |
  2 | Gdk::STATE_ICONIFIED | The window is minimized. |
  4 | Gdk::STATE_MAXIMIZED | The window is maximized. |
  8 | Gdk::WINDOW_STATE_STICKY | The window is sticky. |
  16 | Gdk::WINDOW_STATE_FULLSCREEN | The window is maximized without decorations |
  32 | Gdk::WINDOW_STATE_ABOVE | The window is kept above other windows. |
  64 | Gdk::WINDOW_STATE_BELOW | The window is kept below other windows. |