WindowState
Description:
[ CCode ( cprefix = "GDK_WINDOW_STATE_" ) ]
[ Flags ]
public enum WindowState
Specifies the state of a toplevel window.
Content:
Enum values:
- ABOVE - the window is kept above other
windows.
- BELOW - the window is kept below other
windows.
- FULLSCREEN - the window is maximized
without decorations.
- ICONIFIED - the window is minimized.
- MAXIMIZED - the window is maximized.
- STICKY - the window is sticky.
- WITHDRAWN - the window is not shown.