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

Destroy notifier for data, or NULL.

The argument can be NULL.

AltStyle によって変換されたページ (->オリジナル) /