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)))  

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.

Details

Flags that modify the behavior of the gtk:style-context-to-string function. New values may be added to this enumeration.
 

See also

#2024-3-21