Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx1082 btn_yaesu_select_5 = new Fl_Button(287, 40, 60, 18, _("14")); in tabs_window()
1083 btn_yaesu_select_5->tooltip(_("20m band")); in tabs_window()
1084 btn_yaesu_select_5->color((Fl_Color)246); in tabs_window()
1085 btn_yaesu_select_5->callback((Fl_Callback*)cb_btn_band_select, (void *)5); in tabs_window()
H A Dui_touch.cxx828 btn_yaesu_select_5 = new Fl_Button(xpos+237, by, 50, bh, _("14")); in touch_main_group()
829 btn_yaesu_select_5->tooltip(_("20m band")); in touch_main_group()
830 btn_yaesu_select_5->color((Fl_Color)246); in touch_main_group()
831 btn_yaesu_select_5->callback((Fl_Callback*)cb_btn_band_select, (void *)5); in touch_main_group()
H A Drigpanel.cxx129 Fl_Button *btn_yaesu_select_5 = (Fl_Button *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h173 extern Fl_Button *btn_yaesu_select_5;