Function

GtkTreeViewSearchPositionFunc

Declaration

void
(* GtkTreeViewSearchPositionFunc) (
  GtkTreeView* tree_view,
  GtkWidget* search_dialog,
  gpointer user_data
)

Description

No description available.

Parameters

tree_view

Type: GtkTreeView

No description available.

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

Type: GtkWidget

No description available.

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

Type: gpointer

No description available.

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