Gtk.WidgetPath.prototype.iter_has_name
function iter_has_name(pos:Number, name:String):Boolean { // Gjs wrapper for gtk_widget_path_iter_has_name() }
Returns true if the widget at position pos has the name name, false otherwise.
Since 3.0
- pos
position to query, -1 for the path head
- name
a widget name
- Returns
true if the widget at pos has this name