Method

GtkTreeViewmap_expanded_rows

Declaration [src]

void
gtk_tree_view_map_expanded_rows (
  GtkTreeView* tree_view,
  GtkTreeViewMappingFunc func,
  gpointer data
)

Description [src]

Calls func on all expanded rows.

Parameters

func

Type: GtkTreeViewMappingFunc

A function to be called.

data

Type: gpointer

User data to be passed to the function.

The argument can be NULL.
The data is owned by the caller of the method.