Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dfl_digi_main.cxx2142 inpSPCnum_AICW2 = new Fl_Input2( in create_fl_digi_main_primary()
2145 inpSPCnum_AICW2->align(FL_ALIGN_LEFT); in create_fl_digi_main_primary()
2146 inpSPCnum_AICW2->tooltip(_("Received power")); in create_fl_digi_main_primary()
2147 inpSPCnum_AICW2->type(FL_NORMAL_INPUT); in create_fl_digi_main_primary()
2149 xtmp = rightof(inpSPCnum_AICW2) + fl_width("xCntry"); in create_fl_digi_main_primary()
3114 inpSPCnum_AICW1, inpSPCnum_AICW2, in create_fl_digi_main_primary()
H A Dfl_digi.cxx703 Fl_Input2 *inpSPCnum_AICW2 = (Fl_Input2 *)0; variable
3247 inpSPCnum_AICW1, inpSPCnum_AICW2, in set_log_colors()
3396 inpSPCnum_AICW1, inpSPCnum_AICW2, in clear_log_fields()
3935 else if (inp == inpSPCnum_AICW1 || inp == inpSPCnum_AICW2) { // Rx power in cb_log()
3939 inpSPCnum_AICW2->value(val.c_str()); in cb_log()
5610 inpSPCnum = inpSPCnum_AICW2; in UI_select()
6984 inpSPCnum_AICW1, inpSPCnum_AICW2 in LOGGING_colors_font()
7999 inpSPCnum_AICW2 = new Fl_Input2(defwidget); inpSPCnum_AICW2->hide(); in noop_controls()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dfl_digi.h725 extern Fl_Input2 *inpSPCnum_AICW2;