StyleContext.listClasses

Returns the list of classes currently defined in context.

class StyleContext
listClasses
()

Return Value

Type: ListG

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. [transfer container][element-type utf8] Since 3.0

Meta