Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h436 extern Fl_Value_Slider *valHellRcvHeight;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx3835 Fl_Value_Slider *valHellRcvHeight=(Fl_Value_Slider *)0; variable
12960 valHellRcvHeight->tooltip(_("May require resizing the Rx/Tx panel")); in ConfigureDialog()
12961 valHellRcvHeight->type(5); in ConfigureDialog()
12962 valHellRcvHeight->color(FL_LIGHT3); in ConfigureDialog()
12963 valHellRcvHeight->minimum(14); in ConfigureDialog()
12964 valHellRcvHeight->maximum(42); in ConfigureDialog()
12965 valHellRcvHeight->step(2); in ConfigureDialog()
12966 valHellRcvHeight->value(20); in ConfigureDialog()
12967 valHellRcvHeight->textsize(14); in ConfigureDialog()
12968 valHellRcvHeight->callback((Fl_Callback*)cb_valHellRcvHeight); in ConfigureDialog()
[all …]
H A Dfl_digi.cxx10544 int rh = progdefaults.HellRcvHeight = (int)valHellRcvHeight->value(); in FHdisp_char_height()
10549 valHellRcvHeight->value(rh); in FHdisp_char_height()
10550 valHellRcvHeight->redraw(); in FHdisp_char_height()
H A Dconfdialog.fl4869 Fl_Value_Slider valHellRcvHeight {