to_string


Description:

[ Version ( since = "3.20" ) ]
public string to_string (StyleContextPrintFlags flags)

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 this. 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.

Parameters:

this

a StyleContext

flags

Flags that determine what to print

Returns:

a newly allocated string representing this