| Value | Meaning |
|---|---|
| WITHDRAWN1 | the window is not shown. |
| ICONIFIED2 | the window is minimized. |
| MAXIMIZED4 | the window is maximized. |
| STICKY8 | the window is sticky. |
| FULLSCREEN16 | the window is maximized without decorations. |
| ABOVE32 | the window is kept above other windows. |
| BELOW64 | the window is kept below other windows. |
| FOCUSED128 | the window is presented as focused (with active decorations). |
| TILED256 | the window is in a tiled state, Since 3.10 |
Specifies the state of a toplevel window.