Method

GtkWidgetPathiter_get_object_type

since: 3.0

Declaration [src]

GType
gtk_widget_path_iter_get_object_type (
  const GtkWidgetPath* path,
  gint pos
)

Description [src]

Returns the object GType that is at position pos in the widget hierarchy defined in path.

Available since: 3.0

Parameters

pos

Type: gint

Position to get the object type for, -1 for the path head.

Return value

Type: GType

A widget type.