Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h634 extern Fl_Input2 *txt_auto_fllog_pathname;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx5503 Fl_Input2 *txt_auto_fllog_pathname=(Fl_Input2 *)0; variable
5514 txt_auto_fllog_pathname->value(str.c_str()); in cb_btn_select_fllog()
15208 txt_auto_fllog_pathname->box(FL_DOWN_BOX); in ConfigureDialog()
15209 txt_auto_fllog_pathname->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
15210 txt_auto_fllog_pathname->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
15211 txt_auto_fllog_pathname->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
15212 txt_auto_fllog_pathname->labelfont(0); in ConfigureDialog()
15213 txt_auto_fllog_pathname->labelsize(14); in ConfigureDialog()
15214 txt_auto_fllog_pathname->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
15216 txt_auto_fllog_pathname->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
[all …]
H A Dconfdialog.fl7059 Fl_Input txt_auto_fllog_pathname {
7070 txt_auto_fllog_pathname->value(str.c_str());