GdkWindowState

Specifies the state of a toplevel window. GDK_WINDOW_STATE_WITHDRAWN the window is not shown. GDK_WINDOW_STATE_ICONIFIED the window is minimized. GDK_WINDOW_STATE_MAXIMIZED the window is maximized. GDK_WINDOW_STATE_STICKY the window is sticky. GDK_WINDOW_STATE_FULLSCREEN the window is maximized without decorations. GDK_WINDOW_STATE_ABOVE the window is kept above other windows. GDK_WINDOW_STATE_BELOW the window is kept below other windows.

Values

ValueMeaning
WITHDRAWN1 << 0
ICONIFIED1 << 1
MAXIMIZED1 << 2
STICKY1 << 3
FULLSCREEN1 << 4
ABOVE1 << 5
BELOW1 << 6

Meta