[ Version ( since = "3.0" ) ]
public bool iter_has_name (int pos, string name)
Returns true if the widget at position pos
has the name name
,
false otherwise.
this | |
pos |
position to query, -1 for the path head |
name |
a widget name |
true if the widget at |