WidgetPath.iterRemoveClass

Removes the class name from the widget at position pos in the hierarchy defined in path.

class WidgetPath
void
iterRemoveClass
(
int pos
,
string name
)

Parameters

pos int

position to modify, -1 for the path head

name string

class name

Meta