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

:none
:recurse
Print the entire tree of CSS nodes starting at the node of the style context.
:show-style
Show the values of the CSS properties for each node.
:show-change
Show information about what changes affect the styles.

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