Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dcombinechannelsdialog.c56 CombineChannelsDialog *ccd = COMBINE_CHANNELS_DIALOG(ed); in combine_channels_dialog_apply()
73 CombineChannelsDialog *ccd = COMBINE_CHANNELS_DIALOG(ed); in combine_channels_dialog_target_changed()
84 CombineChannelsDialog *ccd = COMBINE_CHANNELS_DIALOG(ed); in combine_channels_setup()
114 CombineChannelsDialog *ccd = COMBINE_CHANNELS_DIALOG(obj); in combine_channels_destroy()
H A Dcombinechannelsdialog.h29 #define COMBINE_CHANNELS_DIALOG(obj) GTK_CHECK_CAST(obj,combine_channels_dialog_get_type(),CombineC… macro