Home
last modified time | relevance | path

Searched refs:handle_freq (Results 1 – 1 of 1) sorted by relevance

/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmlistedit.c101 handleFreqFunc handle_freq; member
731 return data->handle_freq (button,file,data->data); in freq_call_func()
749 if (data->handle_freq) { in cb_freq_list_focus()
824 if (!data->handle_freq || freq_call_func (0,data)) in cb_freq_button_focus()
828 if (data->handle_freq && freq_call_func (1,data)) in cb_freq_button_focus()
885 freq_data->handle_freq = func; in freq_open()