Home
last modified time | relevance | path

Searched refs:inpQRZusername (Results 1 – 3 of 3) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h224 extern Fl_Input2 *inpQRZusername;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx2233 Fl_Input2 *inpQRZusername=(Fl_Input2 *)0; variable
10794 inpQRZusername->box(FL_DOWN_BOX); in ConfigureDialog()
10795 inpQRZusername->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
10796 inpQRZusername->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
10797 inpQRZusername->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
10798 inpQRZusername->labelfont(0); in ConfigureDialog()
10799 inpQRZusername->labelsize(14); in ConfigureDialog()
10800 inpQRZusername->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
10802 inpQRZusername->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
10803 inpQRZusername->when(FL_WHEN_RELEASE); in ConfigureDialog()
[all …]
H A Dconfdialog.fl2741 Fl_Input inpQRZusername {
2747 code1 {inpQRZusername->labelsize(FL_NORMAL_SIZE);}