Module: Gdk::WindowState

Defined in:
(unknown)

Constant Summary collapse

WITHDRAWN =

the window is not shown.

1 or :withdrawn
ICONIFIED =

the window is minimized.

2 or :iconified
MAXIMIZED =

the window is maximized.

4 or :maximized
STICKY =

the window is sticky.

8 or :sticky
FULLSCREEN =

the window is maximized without

decorations.
16 or :fullscreen
ABOVE =

the window is kept above other windows.

32 or :above
BELOW =

the window is kept below other windows.

64 or :below
FOCUSED =

the window is presented as focused (with active decorations).

128 or :focused
TILED =

the window is in a tiled state, Since 3.10. Since 3.22.23, this

is deprecated in favor of per-edge information.
256 or :tiled
TOP_TILED =

whether the top edge is tiled, Since 3.22.23

512 or :top_tiled
TOP_RESIZABLE =

whether the top edge is resizable, Since 3.22.23

1024 or :top_resizable
RIGHT_TILED =

whether the right edge is tiled, Since 3.22.23

2048 or :right_tiled
RIGHT_RESIZABLE =

whether the right edge is resizable, Since 3.22.23

4096 or :right_resizable
BOTTOM_TILED =

whether the bottom edge is tiled, Since 3.22.23

8192 or :bottom_tiled
BOTTOM_RESIZABLE =

whether the bottom edge is resizable, Since 3.22.23

16384 or :bottom_resizable
LEFT_TILED =

whether the left edge is tiled, Since 3.22.23

32768 or :left_tiled
LEFT_RESIZABLE =

whether the left edge is resizable, Since 3.22.23

65536 or :left_resizable