Package: gtk

Function gtk:widget-path-iter-has-name

Lambda List

gtk:widget-path-iter-has-name (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 widget name

Return Value

True if the widget at pos has this name.

Details

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

See also

#2023-3-30