Enumeration
GdkWindowState
Members
Name | Description |
---|---|
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. |
GDK_WINDOW_STATE_FOCUSED |
The window is presented as focused (with active decorations). |
GDK_WINDOW_STATE_TILED |
The window is in a tiled state, Since 3.10. Since 3.22.23, this is deprecated in favor of per-edge information. |
GDK_WINDOW_STATE_TOP_TILED |
Whether the top edge is tiled, Since 3.22.23 |
GDK_WINDOW_STATE_TOP_RESIZABLE |
Whether the top edge is resizable, Since 3.22.23 |
GDK_WINDOW_STATE_RIGHT_TILED |
Whether the right edge is tiled, Since 3.22.23 |
GDK_WINDOW_STATE_RIGHT_RESIZABLE |
Whether the right edge is resizable, Since 3.22.23 |
GDK_WINDOW_STATE_BOTTOM_TILED |
Whether the bottom edge is tiled, Since 3.22.23 |
GDK_WINDOW_STATE_BOTTOM_RESIZABLE |
Whether the bottom edge is resizable, Since 3.22.23 |
GDK_WINDOW_STATE_LEFT_TILED |
Whether the left edge is tiled, Since 3.22.23 |
GDK_WINDOW_STATE_LEFT_RESIZABLE |
Whether the left edge is resizable, Since 3.22.23 |