Home
last modified time | relevance | path

Searched refs:inpMyPower (Results 1 – 4 of 4) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h273 extern Fl_Input2 *inpMyPower;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx2518 Fl_Input2 *inpMyPower=(Fl_Input2 *)0; variable
11197 inpMyPower->box(FL_DOWN_BOX); in ConfigureDialog()
11198 inpMyPower->color(FL_BACKGROUND2_COLOR); in ConfigureDialog()
11199 inpMyPower->selection_color(FL_SELECTION_COLOR); in ConfigureDialog()
11200 inpMyPower->labeltype(FL_NORMAL_LABEL); in ConfigureDialog()
11201 inpMyPower->labelfont(0); in ConfigureDialog()
11202 inpMyPower->labelsize(14); in ConfigureDialog()
11203 inpMyPower->labelcolor(FL_FOREGROUND_COLOR); in ConfigureDialog()
11204 inpMyPower->callback((Fl_Callback*)cb_inpMyPower); in ConfigureDialog()
11205 inpMyPower->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
[all …]
H A Dconfdialog.fl3122 Fl_Input inpMyPower {
/dports/comms/fldigi/fldigi-4.1.20/src/rigcontrol/
H A Drigio.cxx2166 inpMyPower->value(szpwr); in rigCAT_update_pwrlevel()