Method
GtkTreeViewexpand_to_path
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.
Parameters
path |
GtkTreePath |
Path to a row. |
|
The data is owned by the caller of the function. |