Package: gdk
GFlags gdk:toplevel-state
Declaration(gobject:define-gflags "GdkToplevelState" toplevel-state (:export t :type-initializer "gdk_toplevel_state_get_type") (:none 0) (:minimized #.(ash 1 0)) (:maximized #.(ash 1 1)) (:sticky #.(ash 1 2)) (:fullscreen #.(ash 1 3)) (:above #.(ash 1 4)) (:below #.(ash 1 5)) (:focused #.(ash 1 6)) (:tiled #.(ash 1 7)) (:top-tiled #.(ash 1 8)) (:top-resizable #.(ash 1 9)) (:right-tiled #.(ash 1 10)) (:right-resizable #.(ash 1 11)) (:bottom-tiled #.(ash 1 12)) (:bottom-resizable #.(ash 1 13)) (:left-tiled #.(ash 1 14)) (:left-resizable #.(ash 1 15))) Values
Details
Specifies the state of a toplevel surface.
On platforms that support information about individual edges, the :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. | See also |
2025-08-04