iter_list_classes


Description:

[ Version ( since = "3.0" ) ]
public SList<unowned string> iter_list_classes (int pos)

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

Parameters:

this

a WidgetPath

pos

position to query, -1 for the path head

Returns:

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