Function
GtkTreeViewSearchPositionFunc
Declaration
void
(* GtkTreeViewSearchPositionFunc) (
GtkTreeView* tree_view,
GtkWidget* search_dialog,
gpointer user_data
)
Parameters
tree_view-
Type:
GtkTreeViewNo description available.
The data is owned by the caller of the function. search_dialog-
Type:
GtkWidgetNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.