Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h630 extern Fl_Input2 *txt_auto_flamp_pathname;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx5471 Fl_Input2 *txt_auto_flamp_pathname=(Fl_Input2 *)0; variable
5482 txt_auto_flamp_pathname->value(str.c_str()); in cb_btn_select_auto_flamp()
15172 txt_auto_flamp_pathname->box(FL_DOWN_BOX); in ConfigureDialog()
15173 txt_auto_flamp_pathname->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
15174 txt_auto_flamp_pathname->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
15175 txt_auto_flamp_pathname->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
15176 txt_auto_flamp_pathname->labelfont(0); in ConfigureDialog()
15177 txt_auto_flamp_pathname->labelsize(14); in ConfigureDialog()
15178 txt_auto_flamp_pathname->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
15180 txt_auto_flamp_pathname->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
[all …]
H A Dconfdialog.fl7027 Fl_Input txt_auto_flamp_pathname {
7038 txt_auto_flamp_pathname->value(str.c_str());