Package: gtk
GFlags gtk:style-context-print-flags
Declaration(gobject:define-gflags "GtkStyleContextPrintFlags" style-context-print-flags (:export t :type-initializer "gtk_style_context_print_flags_get_type") (:none 0) (:recurse #.(ash 1 0)) (:show-style #.(ash 1 1)) (:show-change #.(ash 1 2))) Values
Details Flags that modify the behavior of the gtk:style-context-to-string
function.
New values may be added to this enumeration. | See also |
2023-8-30