Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h243 extern Fl_Input2 *txt_lotw_pathname;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx2341 Fl_Input2 *txt_lotw_pathname=(Fl_Input2 *)0; variable
2373 txt_lotw_pathname->value(str.c_str()); in cb_btn_select_lotw()
10986 txt_lotw_pathname->box(FL_DOWN_BOX); in ConfigureDialog()
10987 txt_lotw_pathname->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
10988 txt_lotw_pathname->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
10989 txt_lotw_pathname->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
10990 txt_lotw_pathname->labelfont(0); in ConfigureDialog()
10991 txt_lotw_pathname->labelsize(14); in ConfigureDialog()
10992 txt_lotw_pathname->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
10994 txt_lotw_pathname->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
[all …]
H A Dconfdialog.fl2906 Fl_Input txt_lotw_pathname {
2943 txt_lotw_pathname->value(str.c_str());