Home
last modified time | relevance | path

Searched refs:op_yaesu_select60 (Results 1 – 11 of 11) sorted by relevance

/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Dui_small.cxx1118 op_yaesu_select60->tooltip(_("vfo / 60 meter channel")); in tabs_window()
1119 op_yaesu_select60->box(FL_NO_BOX); in tabs_window()
1120 op_yaesu_select60->color((Fl_Color)246); in tabs_window()
1121 op_yaesu_select60->selection_color(FL_BACKGROUND_COLOR); in tabs_window()
1122 op_yaesu_select60->labeltype(FL_NORMAL_LABEL); in tabs_window()
1123 op_yaesu_select60->labelfont(0); in tabs_window()
1124 op_yaesu_select60->labelsize(12); in tabs_window()
1125 op_yaesu_select60->labelcolor(FL_FOREGROUND_COLOR); in tabs_window()
1128 op_yaesu_select60->when(FL_WHEN_RELEASE); in tabs_window()
1129 op_yaesu_select60->readonly(); in tabs_window()
[all …]
H A Dui_touch.cxx864 op_yaesu_select60->tooltip(_("vfo / 60 meter channel")); in touch_main_group()
865 op_yaesu_select60->box(FL_NO_BOX); in touch_main_group()
866 op_yaesu_select60->color((Fl_Color)246); in touch_main_group()
867 op_yaesu_select60->selection_color(FL_BACKGROUND_COLOR); in touch_main_group()
868 op_yaesu_select60->labeltype(FL_NORMAL_LABEL); in touch_main_group()
869 op_yaesu_select60->labelfont(0); in touch_main_group()
870 op_yaesu_select60->labelsize(12); in touch_main_group()
871 op_yaesu_select60->labelcolor(FL_FOREGROUND_COLOR); in touch_main_group()
874 op_yaesu_select60->when(FL_WHEN_RELEASE); in touch_main_group()
875 op_yaesu_select60->readonly(); in touch_main_group()
[all …]
H A Drigpanel.cxx136 Fl_ComboBox *op_yaesu_select60 = (Fl_ComboBox *)0; variable
/dports/comms/flrig/flrig-1.3.54/src/rigs/
H A DFT950.cxx237 op_yaesu_select60->clear(); in initialize()
239 while (*p) op_yaesu_select60->add(*p++); in initialize()
244 op_yaesu_select60->clear(); in initialize()
246 while (*p) op_yaesu_select60->add(*p++); in initialize()
248 op_yaesu_select60->index(m_60m_indx); in initialize()
249 op_yaesu_select60->activate(); in initialize()
1483 m_60m_indx = op_yaesu_select60->index(); in get_band_selection()
1491 op_yaesu_select60->index(m_60m_indx = 0); in get_band_selection()
H A DFTdx1200.cxx234 op_yaesu_select60->clear(); in initialize()
236 while (*p) op_yaesu_select60->add(*p++); in initialize()
241 op_yaesu_select60->clear(); in initialize()
243 while (*p) op_yaesu_select60->add(*p++); in initialize()
245 op_yaesu_select60->index(m_60m_indx); in initialize()
1475 m_60m_indx = op_yaesu_select60->index(); in get_band_selection()
1483 op_yaesu_select60->index(m_60m_indx = 0); in get_band_selection()
H A DFT991.cxx232 op_yaesu_select60->clear(); in initialize()
234 while (*p) op_yaesu_select60->add(*p++); in initialize()
239 op_yaesu_select60->clear(); in initialize()
241 while (*p) op_yaesu_select60->add(*p++); in initialize()
243 op_yaesu_select60->index(m_60m_indx); in initialize()
H A DFT450.cxx185 op_yaesu_select60->deactivate(); in initialize()
H A DFT891.cxx216 op_yaesu_select60->deactivate(); in initialize()
H A DFT450D.cxx193 op_yaesu_select60->deactivate(); in initialize()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Drigpanel.h180 extern Fl_ComboBox *op_yaesu_select60;
/dports/comms/flrig/flrig-1.3.54/src/support/
H A Dsupport.cxx6763 if (enable) op_yaesu_select60->show(); in enable_yaesu_bandselect()
6764 else op_yaesu_select60->hide(); in enable_yaesu_bandselect()