Gtk.WidgetPath.prototype.iter_has_qclass
function iter_has_qclass(pos:Number, qname:GLib.Quark):Boolean { // Gjs wrapper for gtk_widget_path_iter_has_qclass() }
See Gtk.WidgetPath.prototype.iter_has_class. This is a version that operates with GQuark<!-- -->s.
Since 3.0
- pos
position to query, -1 for the path head
- qname
class name as a GLib.Quark
- Returns
true if the widget at pos has the class defined.