Method
GtkTreeViewset_search_position_func
since: 2.10
Declaration [src]
void
gtk_tree_view_set_search_position_func (
GtkTreeView* tree_view,
GtkTreeViewSearchPositionFunc func,
gpointer data,
GDestroyNotify destroy
)
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 be NULL. data-
Type:
gpointerUser data to pass to
func, orNULL.The argument can be NULL.The data is owned by the caller of the method. destroy-
Type:
GDestroyNotifyDestroy notifier for
data, orNULL.The argument can be NULL.