Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx845 btnAccInp = new Fl_Check_Button( in tabs_window()
849 btnAccInp->tooltip(_("Enable to use accessory audio input")); in tabs_window()
850 btnAccInp->down_box(FL_DOWN_BOX); in tabs_window()
851 btnAccInp->callback((Fl_Callback*)cb_btnAccInp); in tabs_window()
852 btnAccInp->value(progStatus.tt550_use_line_in); in tabs_window()
H A Dui_touch.cxx1802 btnAccInp = new Fl_Check_Button( in touch_main_group()
1805 btnAccInp->tooltip(_("Enable to use accessory audio input")); in touch_main_group()
1806 btnAccInp->down_box(FL_DOWN_BOX); in touch_main_group()
1807 btnAccInp->callback((Fl_Callback*)cb_btnAccInp); in touch_main_group()
1808 btnAccInp->value(progStatus.tt550_use_line_in); in touch_main_group()
H A Drigpanel.cxx326 Fl_Check_Button *btnAccInp = (Fl_Check_Button *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h343 extern Fl_Check_Button *btnAccInp;