WidgetPath.iterHasQname

See gtk_widget_path_iter_has_name(). This is a version that operates on GQuarks.

class WidgetPath
int
iterHasQname

Parameters

pos int

position to query, -1 for the path head

qname GQuark

widget name as a GQuark

Return Value

Type: int

TRUE if the widget at pos has this name Since 3.0

Meta