WidgetPath.iterGetName

Returns the name corresponding to the widget found at the position @pos in the widget hierarchy defined by @path

class WidgetPath
string
iterGetName
(
int pos
)

Parameters

pos int

position to get the widget name for, -1 for the path head

Return Value

Type: string

The widget name, or %NULL if none was set.

Meta