Method

GtkWidgetPathis_type

since: 3.0

Declaration [src]

gboolean
gtk_widget_path_is_type (
  const GtkWidgetPath* path,
  GType type
)

Description [src]

Returns TRUE if the widget type represented by this path is type, or a subtype of it.

Available since: 3.0

Parameters

type

Type: GType

Widget type to match.

Return value

Type: gboolean

TRUE if the widget represented by path is of type type.