WidgetPath.iterListClasses

Returns a list with all the class names defined for the widget at position pos in the hierarchy defined in path.

class WidgetPath
string[]
iterListClasses
(
int pos
)

Parameters

pos int

position to query, -1 for the path head

Return Value

Type: string[]

The list of classes, This is a list of strings, the #GSList contents are owned by GTK+, but you should use glib.slist.SList.free to free the list itself.