| 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. Since 3.22.23, this is deprecated in favor of per-edge information. |
| TopTiled512 | whether the top edge is tiled, Since 3.22.23 |
| TopResizable1024 | whether the top edge is resizable, Since 3.22.23 |
| RightTiled2048 | whether the right edge is tiled, Since 3.22.23 |
| RightResizable4096 | whether the right edge is resizable, Since 3.22.23 |
| BottomTiled8192 | whether the bottom edge is tiled, Since 3.22.23 |
| BottomResizable16384 | whether the bottom edge is resizable, Since 3.22.23 |
| LeftTiled32768 | whether the left edge is tiled, Since 3.22.23 |
| LeftResizable65536 | whether the left edge is resizable, Since 3.22.23 |
Specifies the state of a toplevel window.