GdkWindowState

Specifies the state of a toplevel window.

Values

ValueMeaning
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.

TOP_TILED512

whether the top edge is tiled, Since 3.22.23

TOP_RESIZABLE1024

whether the top edge is resizable, Since 3.22.23

RIGHT_TILED2048

whether the right edge is tiled, Since 3.22.23

RIGHT_RESIZABLE4096

whether the right edge is resizable, Since 3.22.23

BOTTOM_TILED8192

whether the bottom edge is tiled, Since 3.22.23

BOTTOM_RESIZABLE16384

whether the bottom edge is resizable, Since 3.22.23

LEFT_TILED32768

whether the left edge is tiled, Since 3.22.23

LEFT_RESIZABLE65536

whether the left edge is resizable, Since 3.22.23