gtkTreeViewSetSearchPositionFunc: gtkTreeViewSetSearchPositionFunc
Description
Sets the function to use when positioning the search dialog.Usage
gtkTreeViewSetSearchPositionFunc(object, func, data)
Arguments
func
the function to use to position the search dialog, or NULL
to use the default search position function. [ allow-none ] data
user data to pass to func
, or NULL
. [ allow-none ]