Method
GtkStyleContextto_string
since: 3.20
Declaration [src]
char*
gtk_style_context_to_string (
GtkStyleContext* context,
GtkStyleContextPrintFlags flags
)
Description [src]
Converts the style context into a string representation.
The string representation always includes information about
the name, state, id, visibility and style classes of the CSS
node that is backing context
. Depending on the flags, more
information may be included.
This function is intended for testing and debugging of the CSS implementation in GTK+. There are no guarantees about the format of the returned string, it may change.
Available since: 3.20
Parameters
flags
-
Type:
GtkStyleContextPrintFlags
Flags that determine what to print.