WidgetPath.iterHasClass

Returns TRUE if the widget at position pos has the class name defined, FALSE otherwise.

class WidgetPath
int
iterHasClass
(
int pos
,
string name
)

Parameters

pos int

position to query, -1 for the path head

name string

class name

Return Value

Type: int

TRUE if the class name is defined for the widget at pos Since 3.0

Meta