Enumeration (GI Flags)

Gdk-3.0GdkWindowState

Specifies the state of a toplevel window.

Index
ABOVE: 32

the window is kept above other windows.

BELOW: 64

the window is kept below other windows.

BOTTOM_RESIZABLE: 16384

whether the bottom edge is resizable, Since 3.22.23

BOTTOM_TILED: 8192

whether the bottom edge is tiled, Since 3.22.23

FOCUSED: 128

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

FULLSCREEN: 16

the window is maximized without decorations.

ICONIFIED: 2

the window is minimized.

LEFT_RESIZABLE: 65536

whether the left edge is resizable, Since 3.22.23

LEFT_TILED: 32768

whether the left edge is tiled, Since 3.22.23

MAXIMIZED: 4

the window is maximized.

RIGHT_RESIZABLE: 4096

whether the right edge is resizable, Since 3.22.23

RIGHT_TILED: 2048

whether the right edge is tiled, Since 3.22.23

STICKY: 8

the window is sticky.

TILED: 256

the window is in a tiled state, Since 3.10. Since 3.22.23, this is deprecated in favor of per-edge information.

TOP_RESIZABLE: 1024

whether the top edge is resizable, Since 3.22.23

TOP_TILED: 512

whether the top edge is tiled, Since 3.22.23

WITHDRAWN: 1

the window is not shown.

Variables

$gtype