TreeView.setSearchPositionFunc

Sets the function to use when positioning the search dialog. Since 2.10

class TreeView
void
setSearchPositionFunc

Parameters

func GtkTreeViewSearchPositionFunc

the function to use to position the search dialog, or NULL to use the default search position function. [allow-none]

data void*

user data to pass to func, or NULL. [allow-none]

destroy GDestroyNotify

Destroy notifier for data, or NULL. [allow-none]

Meta