Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h632 extern Fl_Input2 *txt_auto_flnet_pathname;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx5487 Fl_Input2 *txt_auto_flnet_pathname=(Fl_Input2 *)0; variable
5498 txt_auto_flnet_pathname->value(str.c_str()); in cb_btn_select_auto_flnet()
15190 txt_auto_flnet_pathname->box(FL_DOWN_BOX); in ConfigureDialog()
15191 txt_auto_flnet_pathname->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
15192 txt_auto_flnet_pathname->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
15193 txt_auto_flnet_pathname->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
15194 txt_auto_flnet_pathname->labelfont(0); in ConfigureDialog()
15195 txt_auto_flnet_pathname->labelsize(14); in ConfigureDialog()
15196 txt_auto_flnet_pathname->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
15198 txt_auto_flnet_pathname->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
[all …]
H A Dconfdialog.fl7043 Fl_Input txt_auto_flnet_pathname {
7054 txt_auto_flnet_pathname->value(str.c_str());