Enumeration (GI Flags)

Gdk-3.0GdkWindowState

Specifies the state of a toplevel window.

Index

Enumeration Members

ABOVE: number

the window is kept above other windows.

BELOW: number

the window is kept below other windows.

BOTTOM_RESIZABLE: number

whether the bottom edge is resizable, Since 3.22.23

BOTTOM_TILED: number

whether the bottom edge is tiled, Since 3.22.23

FOCUSED: number

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

FULLSCREEN: number

the window is maximized without decorations.

ICONIFIED: number

the window is minimized.

LEFT_RESIZABLE: number

whether the left edge is resizable, Since 3.22.23

LEFT_TILED: number

whether the left edge is tiled, Since 3.22.23

MAXIMIZED: number

the window is maximized.

RIGHT_RESIZABLE: number

whether the right edge is resizable, Since 3.22.23

RIGHT_TILED: number

whether the right edge is tiled, Since 3.22.23

STICKY: number

the window is sticky.

TILED: number

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: number

whether the top edge is resizable, Since 3.22.23

TOP_TILED: number

whether the top edge is tiled, Since 3.22.23

WITHDRAWN: number

the window is not shown.