WidgetPath.iterSetName

Sets the widget name for the widget found at position pos in the widget hierarchy defined by path.

class WidgetPath
void
iterSetName
(
int pos
,
string name
)

Parameters

pos int

position to modify, -1 for the path head

name string

widget name

Meta