WidgetPath.iterAddClass

Adds the class name to the widget at position pos in the hierarchy defined in path. See Style.contextAddClass.

class WidgetPath
void
iterAddClass
(
int pos
,
string name
)

Parameters

pos int

position to modify, -1 for the path head

name string

a class name

Meta