Package: gdk
GFlags gdk:window-state
Declaration(gobject:define-gflags "GdkWindowState" window-state (:export t :type-initializer "gdk_window_state_get_type") (:withdrawn #.(ash 1 0)) (:iconified #.(ash 1 1)) (:maximized #.(ash 1 2)) (:sticky #.(ash 1 3)) (:fullscreen #.(ash 1 4)) (:above #.(ash 1 5)) (:below #.(ash 1 6)) (:focused #.(ash 1 7)) (:tiled #.(ash 1 8)) (:top-tiled #.(ash 1 9)) (:top-resizeable #.(ash 1 10) (:right-tiled #.(ash 1 11)) (:right-resizable #.(ash 1 12)) (:bottom-tiled #.(ash 1 13)) (:bottom-resizable #.(ash 1 14)) (:left-tiled #.(ash 1 15)) (:left-resizable #.(ash 1 16))) Values
Details Specifies the state of a toplevel window. | See also |
2024-6-28