Home
last modified time | relevance | path

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

/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dkry_waveform.cpp46 static void kry_waveform_adjustment_value_changed (GtkAdjustment *adjustment, gpointer data);
506 …andlers_disconnect_by_func(waveform->adjustment, (void *) kry_waveform_adjustment_value_changed, w… in kry_waveform_destroy()
1003 …andlers_disconnect_by_func(waveform->adjustment, (void *) kry_waveform_adjustment_value_changed, w… in kry_waveform_set_adjustment()
1010 (GtkSignalFunc) kry_waveform_adjustment_value_changed, in kry_waveform_set_adjustment()
1013 kry_waveform_adjustment_value_changed(adjustment, waveform); in kry_waveform_set_adjustment()
1949 static void kry_waveform_adjustment_value_changed (GtkAdjustment *adjustment, gpointer data) in kry_waveform_adjustment_value_changed() function