Package: gdk
GEnum gdk-window-type-hint
Details
These are hints for the window manager that indicate what type of function
the window has.
The window manager can use this when determining decoration and behaviour of
the window. The hint must be set before mapping the window. See the Extended Window Manager Hints specification for more details about window types. (define-g-enum "GdkWindowTypeHint" gdk-window-type-hint (:export t :type-initializer "gdk_window_type_hint_get_type") (:normal 0) (:dialog 1) (:menu 2) (:toolbar 3) (:splashscreen 4) (:utility 5) (:dock 6) (:desktop 7) (:dropdown-menu 8) (:popup-menu 9) (:tooltip 10) (:notification 11) (:combo 12) (:dnd 13))
| See also |
2021-5-27