Package: gtk

GFlags gtk-style-context-print-flags

Details

Flags that modify the behavior of the gtk-style-context-to-string function. New values may be added to this enumeration.
(define-g-flags "GtkStyleContextPrintFlags" gtk-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)))  
: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.
 

See also

2021-11-26