Package: gdk
Flags gdk-window-hints
Details Used to indicate which fields of a gdk-geometry structure should
be paid attention to. Also, the presence/absence of :pos, :user-pos, and :user-size is significant, though they do not directly refer to gdk-geometry fields. :user-pos will be set automatically by gtk-window if you call the function gtk-window-move. :user-pos and :user-size should be set if the user specified a
size/position using a - geometry command-line argument; the function gtk-window-parse-geometry automatically sets these flags. (define-g-flags "GdkWindowHints" gdk-window-hints (:export t :type-initializer "gdk_window_hints_get_type") (:pos 1) (:min-size 2) (:max-size 4) (:base-size 8) (:aspect 16) (:resize-inc 32) (:win-gravity 64) (:user-pos 128) (:user-size 256))
| See also |
2020-9-6