iter_add_class
Description:
[ Version ( since = "3.0" ) ]
public void iter_add_class (int pos, string name)
Adds the class name
to the widget at position pos
in the hierarchy defined in this
.
See add_class.
Parameters:
this |
a Widget
|
pos |
position to modify, -1 for the path head
|
name |
a class name
|