Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_touch.cxx974 btn_FT8n_select_3 = new Fl_Button(xpos+112, by, 50, bh, _("7")); in touch_main_group()
975 btn_FT8n_select_3->tooltip(setsave); in touch_main_group()
976 btn_FT8n_select_3->color((Fl_Color)246); in touch_main_group()
977 btn_FT8n_select_3->callback((Fl_Callback*)cb_btn_band_select, (void *)3); in touch_main_group()
978 btn_FT8n_select_3->align(Fl_Align(FL_ALIGN_CLIP)); in touch_main_group()
H A Dui_small.cxx1226 btn_FT8n_select_3 = new Fl_Button(145, 30, 60, 18, _("7")); in tabs_window()
1227 btn_FT8n_select_3->tooltip(setsave); in tabs_window()
1228 btn_FT8n_select_3->color((Fl_Color)246); in tabs_window()
1229 btn_FT8n_select_3->callback((Fl_Callback*)cb_btn_band_select, (void *)3); in tabs_window()
H A Drigpanel.cxx158 Fl_Button *btn_FT8n_select_3 = (Fl_Button *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h202 extern Fl_Button *btn_FT8n_select_3;