Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dconfiguration.cxx516 txtTHORSecondary->value(THORsecText.c_str()); in setDefaults()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h606 extern Fl_Input2 *txtTHORSecondary;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx5295 Fl_Input2 *txtTHORSecondary=(Fl_Input2 *)0; variable
6403 txtTHORSecondary->value(progdefaults.THORsecText.c_str()); in cb_inpMyCallsign()
14899 txtTHORSecondary->type(4); in ConfigureDialog()
14900 txtTHORSecondary->box(FL_DOWN_BOX); in ConfigureDialog()
14901 txtTHORSecondary->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
14903 txtTHORSecondary->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
14904 txtTHORSecondary->labelfont(0); in ConfigureDialog()
14905 txtTHORSecondary->labelsize(14); in ConfigureDialog()
14906 txtTHORSecondary->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
14909 txtTHORSecondary->when(FL_WHEN_CHANGED); in ConfigureDialog()
[all …]
H A Dconfdialog.fl6792 Fl_Input txtTHORSecondary {
6797 code0 {txtTHORSecondary->labelsize(FL_NORMAL_SIZE);}
8213 txtTHORSecondary->value(progdefaults.THORsecText.c_str());