Method

GtkTreeViewexpand_to_path

since: 2.2

Declaration [src]

void
gtk_tree_view_expand_to_path (
  GtkTreeView* tree_view,
  GtkTreePath* path
)

Description [src]

Expands the row at path. This will also expand all parent rows of path as necessary.

Available since: 2.2

Parameters

path

Type: GtkTreePath

Path to a row.

The data is owned by the caller of the method.