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: GtkTreeViewSearchPositionFunc

The function to use to position the search dialog, or NULL to use the default search position function.

The argument can be NULL.
data

Type: gpointer

User data to pass to func, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
destroy

Type: GDestroyNotify

Destroy notifier for data, or NULL.

The argument can be NULL.