Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h487 extern Fl_Button *btn_fsq_undirected_color;
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx4316 Fl_Button *btn_fsq_undirected_color=(Fl_Button *)0; variable
4321 btn_fsq_undirected_color->color( progdefaults.fsq_undirected_color); in cb_btn_fsq_undirected_color()
4322 btn_fsq_undirected_color->redraw(); in cb_btn_fsq_undirected_color()
4341 btn_fsq_undirected_color->color(progdefaults.fsq_undirected_color); in cb_btn_fsq_color_defaults()
4342 btn_fsq_undirected_color->redraw(); in cb_btn_fsq_color_defaults()
13438 { btn_fsq_undirected_color = new Fl_Button(628, 315, 40, 20, _("UNDIRECTED")); in ConfigureDialog()
13439 btn_fsq_undirected_color->tooltip(_("Undirected received text")); in ConfigureDialog()
13440 btn_fsq_undirected_color->callback((Fl_Callback*)cb_btn_fsq_undirected_color); in ConfigureDialog()
13441 btn_fsq_undirected_color->align(Fl_Align(FL_ALIGN_LEFT)); in ConfigureDialog()
13442 btn_fsq_undirected_color->color(progdefaults.fsq_undirected_color); in ConfigureDialog()
H A Dconfdialog.fl5464 Fl_Button btn_fsq_undirected_color {
5468 btn_fsq_undirected_color->color( progdefaults.fsq_undirected_color);
5469 btn_fsq_undirected_color->redraw();
5475 code0 {btn_fsq_undirected_color->color(progdefaults.fsq_undirected_color);}
5488 btn_fsq_undirected_color->color(progdefaults.fsq_undirected_color);
5489 btn_fsq_undirected_color->redraw();