Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx1236 btn_FT8n_select_5 = new Fl_Button(287, 30, 60, 18, _("14")); in tabs_window()
1237 btn_FT8n_select_5->tooltip(setsave); in tabs_window()
1238 btn_FT8n_select_5->color((Fl_Color)246); in tabs_window()
1239 btn_FT8n_select_5->callback((Fl_Callback*)cb_btn_band_select, (void *)5); in tabs_window()
H A Dui_touch.cxx985 btn_FT8n_select_5 = new Fl_Button(xpos+220, by, 50, bh, _("14")); in touch_main_group()
986 btn_FT8n_select_5->tooltip(setsave); in touch_main_group()
987 btn_FT8n_select_5->color((Fl_Color)246); in touch_main_group()
988 btn_FT8n_select_5->callback((Fl_Callback*)cb_btn_band_select, (void *)5); in touch_main_group()
H A Drigpanel.cxx160 Fl_Button *btn_FT8n_select_5 = (Fl_Button *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h204 extern Fl_Button *btn_FT8n_select_5;