Enumeration
Gtk.StyleContextPrintFlags
Description [src]
Flags that modify the behavior of gtk_style_context_to_string()
.
New values may be added to this enumeration.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_STYLE_CONTEXT_PRINT_NONE |
"none" |
0 |
Default value. |
GTK_STYLE_CONTEXT_PRINT_RECURSE |
"recurse" |
1 |
Print the entire tree of CSS nodes starting at the style context’s node |
GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE |
"show-style" |
2 |
Show the values of the CSS properties for each node |
GTK_STYLE_CONTEXT_PRINT_SHOW_CHANGE |
"show-change" |
4 |
Show information about what changes affect the styles |