set_search_position_func


Description:

public void set_search_position_func (owned IconViewSearchPositionFunc search_position_func)

Sets the function to use when positioning the seach dialog.

Specifying null for search_position_func will reset this to use the default search position function.

Parameters:

this

an IconView.

search_position_func

the function to use to position the search dialog, or null.

search_position_data

user data to pass to search_position_func, or null.

search_position_destroy

destroy notifier for search_position_data, or null.