Home
last modified time | relevance | path

Searched refs:chkDisableFreqChange (Results 1 – 5 of 5) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/config_script/
H A Dcreate_default_script.cxx489 …if(add_command(fd, (char *)CMD_ID_RSID_FREQ_CHANGE, (bool) chkDisableFreqChange->value(), 2)) … in create_default_script()
H A Drun_scripts.cxx515 return assign_bool(chkDisableFreqChange, sp, sc); in process_rsid_freq_change()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h173 extern Fl_Check_Button *chkDisableFreqChange;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx1818 chkDisableFreqChange->deactivate(); in cb_chkRSidNotifyOnly()
1822 chkDisableFreqChange->activate(); in cb_chkRSidNotifyOnly()
1886 Fl_Check_Button *chkDisableFreqChange=(Fl_Check_Button *)0; variable
10371 …{ Fl_Check_Button* o = chkDisableFreqChange = new Fl_Check_Button(487, 174, 203, 20, _("Disable fr… in ConfigureDialog()
10372 chkDisableFreqChange->tooltip(_("Do not automatically change to RX RsID frequency")); in ConfigureDialog()
10373 chkDisableFreqChange->down_box(FL_DOWN_BOX); in ConfigureDialog()
10374 chkDisableFreqChange->callback((Fl_Callback*)cb_chkDisableFreqChange); in ConfigureDialog()
H A Dconfdialog.fl2220 chkDisableFreqChange->deactivate();
2224 chkDisableFreqChange->activate();
2299 Fl_Check_Button chkDisableFreqChange {