Method
GtkStyleContextlist_classes
since: 3.0
Declaration [src]
GList*
gtk_style_context_list_classes (
GtkStyleContext* context
)
Return value
Type: A list of utf8
A GList
of
strings with the currently defined classes. The contents
of the list are owned by GTK+, but you must free the list
itself with g_list_free()
when you are done with it.
The caller of the method takes ownership of the returned data container, but not the data inside it. |
Each element is a NUL terminated UTF-8 string. |