Method
GtkTreeViewrow_expanded
Declaration [src]
gboolean
gtk_tree_view_row_expanded (
GtkTreeView* tree_view,
GtkTreePath* path
)
Description [src]
Returns TRUE if the node pointed to by path is expanded in tree_view.
| Deprecated since: | 4.10 |
Use | |
Parameters
path |
GtkTreePath |
A |
|
| The data is owned by the caller of the function. |