Method

GtkWidgetPathiter_has_qclass

since: 3.0

Declaration [src]

gboolean
gtk_widget_path_iter_has_qclass (
  const GtkWidgetPath* path,
  gint pos,
  GQuark qname
)

Description [src]

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

Available since: 3.0

Parameters

pos

Type: gint

Position to query, -1 for the path head.

qname

Type: GQuark

Class name as a GQuark.

Return value

Type: gboolean

TRUE if the widget at pos has the class defined.