Function
GtkTreeViewSearchPositionFunc
Declaration
void
(* GtkTreeViewSearchPositionFunc) (
GtkTreeView* tree_view,
GtkWidget* search_dialog,
gpointer user_data
)
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.