WidgetPath.iterHasQclass

See gtk_widget_path_iter_has_class(). This is a version that operates with GQuarks.

class WidgetPath
bool
iterHasQclass
(
int pos
,
GQuark qname
)

Parameters

pos int

position to query, -1 for the path head

qname GQuark

class name as a #GQuark

Return Value

Type: bool

%TRUE if the widget at @pos has the class defined.

Meta