Home
last modified time | relevance | path

Searched refs:inpMyQth (Results 1 – 7 of 7) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/config_script/
H A Dcreate_default_script.cxx303 if(add_command(fd, (char *)CMD_NAME, (char *) inpMyQth->value(), 1)) return fclose(fd); in create_default_script()
H A Drun_scripts.cxx1313 return assign_string(inpMyQth, sp, sc); in process_qth_info()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dconfiguration.cxx507 inpMyQth->value(myQth.c_str()); in setDefaults()
H A Dmacros.cxx1832 s.replace( i, 7, inpMyQth->value() );
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h754 extern Fl_Input2 *inpMyQth;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx6438 Fl_Input2 *inpMyQth=(Fl_Input2 *)0; variable
16356 inpMyQth->tooltip(_("Operators QTH")); in ConfigureDialog()
16357 inpMyQth->box(FL_DOWN_BOX); in ConfigureDialog()
16358 inpMyQth->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
16360 inpMyQth->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
16361 inpMyQth->labelfont(0); in ConfigureDialog()
16362 inpMyQth->labelsize(14); in ConfigureDialog()
16363 inpMyQth->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
16365 inpMyQth->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
16366 inpMyQth->when(FL_WHEN_RELEASE); in ConfigureDialog()
[all …]
H A Dconfdialog.fl8254 Fl_Input inpMyQth {
8259 code0 {inpMyQth->labelsize(FL_NORMAL_SIZE);}