StyleContext.listRegions

Returns the list of regions currently defined in context.

class StyleContext
listRegions
()

Return Value

Type: ListG

a GList of strings with the currently defined regions. 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.

Meta