Method
GtkTreeViewexpand_row
Declaration [src]
gboolean
gtk_tree_view_expand_row (
GtkTreeView* tree_view,
GtkTreePath* path,
gboolean open_all
)
Parameters
path
-
Type:
GtkTreePath
Path to a row.
The data is owned by the caller of the method. open_all
-
Type:
gboolean
Whether to recursively expand, or just expand immediate children.