Function
GtkTreeViewSearchPositionFunc
Declaration
void
(* GtkTreeViewSearchPositionFunc) (
GtkTreeView* tree_view,
GtkWidget* search_dialog,
gpointer user_data
)
Parameters
tree_view |
GtkTreeView |
No description available. | |
The data is owned by the caller of the function. | |
search_dialog |
GtkWidget |
No description available. | |
The data is owned by the caller of the function. | |
user_data |
gpointer |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. |