Package: gtk

Function gtk:widget-path-iter-add-class

Lambda List

gtk:widget-path-iter-add-class (path pos name)

Arguments

path -- a gtk:widget-path instance
pos -- an integer with the position to modify, -1 for the path head
name -- a string with a class name

Details

Adds the class name to the widget at position pos in the hierarchy defined in path. See the gtk:style-context-add-class function.
 

See also

#2023-3-30