set_search_position_func
Description:
[ Version ( since = "2.10" ) ]
public void set_search_position_func (owned TreeViewSearchPositionFunc? func)
public void set_search_position_func (owned TreeViewSearchPositionFunc? func)
Sets the function to use when positioning the search dialog.
Parameters:
| this |
A TreeView |
| func |
the function to use to position the search dialog, or null to use the default search position function |
| data |
user data to pass to |
| destroy |
Destroy notifier for |