Method
Gtk TreeViewset_search_position_func
since: 2.10
Declaration [src]
void
gtk_tree_view_set_search_position_func(
GtkTreeView*tree_view,
GtkTreeViewSearchPositionFuncfunc,
gpointerdata,
GDestroyNotifydestroy
)
Description [src]
Sets the function to use when positioning the search dialog.
Available since: 2.10
Parameters
func-
Type:
GtkTreeViewSearchPositionFuncThe function to use to position the search dialog, or
NULLto use the default search position function.The argument can beNULL. data-
Type:
gpointerUser data to pass to
func, orNULL.The argument can beNULL.The data is owned by the caller of the method. destroy-
Type:
Destroy notifier for
data, orNULL.The argument can beNULL.