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
ABOVE: 16

the surface is kept above other surfaces

BELOW: 32

the surface is kept below other surfaces

BOTTOM_RESIZABLE: 8192

whether the bottom edge is resizable

BOTTOM_TILED: 4096

whether the bottom edge is tiled

FOCUSED: 64

the surface is presented as focused (with active decorations)

FULLSCREEN: 8

the surface is maximized without decorations

LEFT_RESIZABLE: 32768

whether the left edge is resizable

LEFT_TILED: 16384

whether the left edge is tiled

MAXIMIZED: 2

the surface is maximized

MINIMIZED: 1

the surface is minimized

RIGHT_RESIZABLE: 2048

whether the right edge is resizable

RIGHT_TILED: 1024

whether the right edge is tiled

STICKY: 4

the surface is sticky

SUSPENDED: 65536

The surface is not visible to the user.

4.12

TILED: 128

the surface is in a tiled state

TOP_RESIZABLE: 512

whether the top edge is resizable

TOP_TILED: 256

whether the top edge is tiled

Variables

$gtype