1 // generated by Fast Light User Interface Designer (fluid) version 1.0305
2 
3 #ifndef rxmon_h
4 #define rxmon_h
5 #include <FL/Fl.H>
6 #include "configuration.h"
7 #include "combo.h"
8 #include "flinput2.h"
9 #include "flslider2.h"
10 #include <FL/Fl_Double_Window.H>
11 #include <FL/Fl_Check_Button.H>
12 extern Fl_Check_Button *btn_mon_xcvr_audio;
13 #include <FL/Fl_Group.H>
14 extern Fl_Value_Slider2 *sldrRxFilt_bw;
15 extern Fl_Value_Slider2 *sldrRxFilt_mid;
16 extern Fl_Value_Slider2 *sldrRxFilt_low;
17 extern Fl_Value_Slider2 *sldrRxFilt_high;
18 extern Fl_Check_Button *btn_RxFilt_at_track;
19 extern Fl_Value_Slider2 *sldrRxFilt_vol;
20 extern Fl_Check_Button *btn_mon_dsp_audio;
21 Fl_Double_Window* make_rxaudio_dialog();
22 #endif
23