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