Home
last modified time | relevance | path

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

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx1353 btn_icom_select_9 = new Fl_Button(145, 50, 60, 18, _("28")); in tabs_window()
1354 btn_icom_select_9->tooltip(_("Left click - get\nRight click - set")); in tabs_window()
1355 btn_icom_select_9->color((Fl_Color)246); in tabs_window()
1356 btn_icom_select_9->callback((Fl_Callback*)cb_btn_band_select, (void *)9); in tabs_window()
H A Dui_touch.cxx1109 btn_icom_select_9 = new Fl_Button(xpos+426, by, 50, bh, _("28")); in touch_main_group()
1110 btn_icom_select_9->tooltip(_("Left click - get\nRight click - set")); in touch_main_group()
1111 btn_icom_select_9->color((Fl_Color)246); in touch_main_group()
1112 btn_icom_select_9->callback((Fl_Callback*)cb_btn_band_select, (void *)9); in touch_main_group()
H A Drigpanel.cxx187 Fl_Button *btn_icom_select_9 = (Fl_Button *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h231 extern Fl_Button *btn_icom_select_9;