Method

GtkTreePathappend_index

Declaration [src]

void
gtk_tree_path_append_index (
  GtkTreePath* path,
  gint index_
)

Description [src]

Appends a new index to a path.

As a result, the depth of the path is increased.

Parameters

index_

Type: gint

The index.