Package: gtk

Function gtk-widget-path-iter-has-class

Lambda List

gtk-widget-path-iter-has-class (path pos name)

Arguments

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

Return Value

True if the class name is defined for the widget at pos.

Details

Returns true if the widget at position pos has the class name defined, false otherwise.
 

See also

2021-11-27