Function

GtkTreeViewMappingFunc

Declaration

void
(* GtkTreeViewMappingFunc) (
  GtkTreeView* tree_view,
  GtkTreePath* path,
  gpointer user_data
)

Description [src]

Function used for gtk_tree_view_map_expanded_rows().

Parameters

tree_view

Type: GtkTreeView

A GtkTreeView

The data is owned by the caller of the function.
path

Type: GtkTreePath

The path that’s expanded.

The data is owned by the caller of the function.
user_data

Type: gpointer

User data.

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