Home
last modified time | relevance | path

Searched refs:valVideotext (Results 1 – 5 of 5) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/config_script/
H A Dcreate_default_script.cxx498 …if(add_command(fd, (char *)CMD_ID_VIDEO_TX_TXT_INP, (char *) valVideotext->value(), 2)) … in create_default_script()
H A Drun_scripts.cxx603 return assign_string(valVideotext, sp, sc); in process_video_txt_input()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h179 extern Fl_Input2 *valVideotext;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx1930 Fl_Input2 *valVideotext=(Fl_Input2 *)0; variable
10436 valVideotext->box(FL_DOWN_BOX); in ConfigureDialog()
10437 valVideotext->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
10438 valVideotext->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
10439 valVideotext->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
10440 valVideotext->labelfont(0); in ConfigureDialog()
10441 valVideotext->labelsize(14); in ConfigureDialog()
10442 valVideotext->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
10444 valVideotext->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
10445 valVideotext->when(FL_WHEN_RELEASE); in ConfigureDialog()
[all …]
H A Dconfdialog.fl2371 Fl_Input valVideotext {
2378 code1 {valVideotext->labelsize(FL_NORMAL_SIZE);}