Method

GtkToolItemGroupget_nth_item

since: 2.20

Declaration [src]

GtkToolItem*
gtk_tool_item_group_get_nth_item (
  GtkToolItemGroup* group,
  guint index
)

Description [src]

Gets the tool item at index in group.

Available since: 2.20

Parameters

index

Type: guint

The index.

Return value

Type: GtkToolItem

The GtkToolItem at index.

The returned data is owned by the instance.