WidgetPath.iterAddClass

Adds the class @name to the widget at position @pos in the hierarchy defined in @path. See gtk_style_context_add_class().

class WidgetPath
void
iterAddClass
(
int pos
,
string name
)

Parameters

pos int

position to modify, -1 for the path head

name string

a class name

Meta