Module: Gdk::ToplevelState
- Defined in:
- (unknown)
Constant Summary collapse
- MINIMIZED =
the surface is minimized
1 or :minimized
- MAXIMIZED =
the surface is maximized
2 or :maximized
- STICKY =
the surface is sticky
4 or :sticky
- FULLSCREEN =
the surface is maximized without decorations
8 or :fullscreen
- ABOVE =
the surface is kept above other surfaces
16 or :above
- BELOW =
the surface is kept below other surfaces
32 or :below
- FOCUSED =
the surface is presented as focused (with active decorations)
64 or :focused
- TILED =
the surface is in a tiled state
128 or :tiled
- TOP_TILED =
whether the top edge is tiled
256 or :top_tiled
- TOP_RESIZABLE =
whether the top edge is resizable
512 or :top_resizable
- RIGHT_TILED =
whether the right edge is tiled
1024 or :right_tiled
- RIGHT_RESIZABLE =
whether the right edge is resizable
2048 or :right_resizable
- BOTTOM_TILED =
whether the bottom edge is tiled
4096 or :bottom_tiled
- BOTTOM_RESIZABLE =
whether the bottom edge is resizable
8192 or :bottom_resizable
- LEFT_TILED =
whether the left edge is tiled
16384 or :left_tiled
- LEFT_RESIZABLE =
whether the left edge is resizable
32768 or :left_resizable
- SUSPENDED =
the surface is not visible to the user
65536 or :suspended