WidgetPath.iterAddClass
void iterAddClass(int pos, string name)Adds the class name to the widget at position pos in the hierarchy defined in path. See [gtk.style_context.StyleContext.addClass].
Parameters
pos | position to modify, -1 for the path head |
name | a class name |