Method

GtkWidgetPathiter_set_object_type

since: 3.0

Declaration [src]

void
gtk_widget_path_iter_set_object_type (
  GtkWidgetPath* path,
  gint pos,
  GType type
)

Description [src]

Sets the object type for a given position in the widget hierarchy defined by path.

Available since: 3.0

Parameters

pos

Type: gint

Position to modify, -1 for the path head.

type

Type: GType

Object type to set.