Enumeration (GI Flags)

Gdk-4.0GdkToplevelState

Specifies the state of a toplevel surface.

On platforms that support information about individual edges, the Gdk.ToplevelState.TILED state will be set whenever any of the individual tiled states is set. On platforms that lack that support, the tiled state will give an indication of tiledness without any of the per-edge states being set.

Index

Enumeration Members

ABOVE: number

the surface is kept above other surfaces

BELOW: number

the surface is kept below other surfaces

BOTTOM_RESIZABLE: number

whether the bottom edge is resizable

BOTTOM_TILED: number

whether the bottom edge is tiled

FOCUSED: number

the surface is presented as focused (with active decorations)

FULLSCREEN: number

the surface is maximized without decorations

LEFT_RESIZABLE: number

whether the left edge is resizable

LEFT_TILED: number

whether the left edge is tiled

MAXIMIZED: number

the surface is maximized

MINIMIZED: number

the surface is minimized

RIGHT_RESIZABLE: number

whether the right edge is resizable

RIGHT_TILED: number

whether the right edge is tiled

STICKY: number

the surface is sticky

SUSPENDED: number

The surface is not visible to the user.

TILED: number

the surface is in a tiled state

TOP_RESIZABLE: number

whether the top edge is resizable

TOP_TILED: number

whether the top edge is tiled