Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dconfiguration.cxx674 txtQRZpathname->value(QRZpathname.c_str()); in setDefaults()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h223 extern Fl_Input2 *txtQRZpathname;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx2225 Fl_Input2 *txtQRZpathname=(Fl_Input2 *)0; variable
10779 txtQRZpathname->box(FL_DOWN_BOX); in ConfigureDialog()
10780 txtQRZpathname->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
10781 txtQRZpathname->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
10782 txtQRZpathname->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
10783 txtQRZpathname->labelfont(0); in ConfigureDialog()
10784 txtQRZpathname->labelsize(14); in ConfigureDialog()
10785 txtQRZpathname->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
10787 txtQRZpathname->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
10788 txtQRZpathname->when(FL_WHEN_RELEASE); in ConfigureDialog()
[all …]
H A Dconfdialog.fl2731 Fl_Input txtQRZpathname {
2738 code1 {txtQRZpathname->labelsize(FL_NORMAL_SIZE);}