Home
last modified time | relevance | path

Searched refs:Fl_ListBox (Results 1 – 25 of 34) sorted by relevance

12

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dstorm_report_tab.cxx39 Fl_ListBox *w_storm_zone = (Fl_ListBox *)0;
41 Fl_ListBox *w_storm_state = (Fl_ListBox *)0;
42 Fl_ListBox *w_storm_county = (Fl_ListBox *)0;
49 Fl_ListBox *w_storm_tornado_cat = (Fl_ListBox *)0;
52 Fl_ListBox *w_storm_hail_size = (Fl_ListBox *)0;
55 Fl_ListBox *w_storm_wind_cat = (Fl_ListBox *)0;;
58 Fl_ListBox *w_storm_flood_cat = (Fl_ListBox *)0;
61 Fl_ListBox *w_storm_damage_cat = (Fl_ListBox *)0;
64 Fl_ListBox *w_storm_snow_tot = (Fl_ListBox *)0;
65 Fl_ListBox *w_storm_snow_dur = (Fl_ListBox *)0;
[all …]
H A Dsevere_wx_tab.cxx38 Fl_ListBox *w_severe_wx_zone = (Fl_ListBox *)0;
43 Fl_ListBox *w_severe_wx_state = (Fl_ListBox *)0;
44 Fl_ListBox *w_severe_wx_county = (Fl_ListBox *)0;
50 Fl_ListBox *w_severe_wx_hail_size = (Fl_ListBox *)0;
210 w_severe_wx_zone = new Fl_ListBox(316, Y, 80, 22, "Zone"); in create_severe_wx_tab()
231 w_severe_wx_state = new Fl_ListBox(125, Y, 400, 22, "State"); in create_severe_wx_tab()
239 w_severe_wx_county = new Fl_ListBox(125, Y, 400, 22, "County"); in create_severe_wx_tab()
287 w_severe_wx_hail_size = new Fl_ListBox(150, Y, 150, 22, "hail size"); in create_severe_wx_tab()
H A Dhurricane_tab.cxx50 Fl_ListBox *w_wxhc_wind_speed_units;
52 Fl_ListBox *w_wxhc_wind_gusts_units;
53 Fl_ListBox *w_wxhc_wind_dir;
56 Fl_ListBox *w_wxhc_baro_units;
175 w_wxhc_wind_speed_units = new Fl_ListBox(230, Y, 80, 22, _("")); in create_wxhc_tab()
188 w_wxhc_wind_gusts_units = new Fl_ListBox(230, Y, 80, 22, _("")); in create_wxhc_tab()
195 w_wxhc_wind_dir = new Fl_ListBox(150, Y, 50, 22, _("Wind direc'")); in create_wxhc_tab()
212 w_wxhc_baro_units = new Fl_ListBox(230, Y, 100, 22, _("")); in create_wxhc_tab()
H A Dstorm_report.cxx290 if (((Fl_ListBox *)sQ[i].widget)->index() == 0) break; in checkQUAD()
291 if (*((string *)(sQ[i].ptr)) != ((Fl_ListBox *)sQ[i].widget)->value()) { in checkQUAD()
324 { string s = ((Fl_ListBox *)sQ[i].widget)->value(); in updateQUAD()
328 *((string *)(sQ[i].ptr)) = ((Fl_ListBox *)sQ[i].widget)->value(); in updateQUAD()
426 ((Fl_ListBox *)sQ[i].widget)->index(0); in updateFORM()
428 ((Fl_ListBox *)sQ[i].widget)->put_value(((string *)(sQ[i].ptr))->c_str()); in updateFORM()
H A Dsevere_wx.cxx263 if (((Fl_ListBox *)p->widget)->index() == 0) break; in checkQUAD()
264 if (*((string *)(p->ptr)) != ((Fl_ListBox *)p->widget)->value()) in checkQUAD()
299 { string s = ((Fl_ListBox *)p->widget)->value(); in updateQUAD()
303 *((string *)(p->ptr)) = ((Fl_ListBox *)p->widget)->value(); in updateQUAD()
399 ((Fl_ListBox *)p->widget)->put_value(((string *)(p->ptr))->c_str()); in updateFORM()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dconfdialog.h68 extern Fl_ListBox *listboxPWRselect;
133 extern Fl_ListBox *listbox_contest;
384 extern Fl_ListBox *listbox_incr;
543 extern Fl_ListBox *selShift;
545 extern Fl_ListBox *selBaud;
546 extern Fl_ListBox *selBits;
547 extern Fl_ListBox *selParity;
548 extern Fl_ListBox *selStopBits;
579 extern Fl_ListBox *sel_Nav_ch1;
580 extern Fl_ListBox *sel_Nav_ch2;
[all …]
H A Dfmt_dialog.h70 extern Fl_ListBox *fmt_rec_interval;
71 extern Fl_ListBox *fmt_scale;
72 extern Fl_ListBox *fmt_cntr_minutes;
H A Dcombo.h163 class Fl_ListBox : public Fl_ComboBox {
165 Fl_ListBox (int x, int y, int w, int h, const char *lbl = 0) :
167 ~Fl_ListBox() {}; in ~Fl_ListBox()
H A Dfl_digi.h186 extern Fl_ListBox *qso_opMODE;
188 extern Fl_ListBox *qso_opBW;
190 extern Fl_ListBox *qso_opBW1;
192 extern Fl_ListBox *qso_opBW2;
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h162 extern Fl_ListBox *cbo_dt_fname;
168 extern Fl_ListBox *sel_hx_select;
186 extern Fl_ListBox *cbo_modes;
730 extern Fl_ListBox *iaru_sel_prec;
762 extern Fl_ListBox *sel_rg_prec;
848 extern Fl_ListBox *custom_selector;
1130 extern Fl_ListBox *w_wxhc_wind_dir;
1192 extern Fl_ListBox *w_storm_zone;
1194 extern Fl_ListBox *w_storm_state;
1195 extern Fl_ListBox *w_storm_county;
[all …]
H A Dcombo.h151 class Fl_ListBox : public Fl_ComboBox {
153 Fl_ListBox (int x, int y, int w, int h, const char *lbl = 0) :
155 ~Fl_ListBox() {}; in ~Fl_ListBox()
/dports/comms/flmsg/flmsg-4.0.19/src/custom/
H A Dcustom_transfer_tab.cxx31 Fl_ListBox *custom_selector = (Fl_ListBox *)0;
44 custom_selector = new Fl_ListBox( 10, tab_top + 65, 480, 24, _("Select custom form")); in create_custom_transfer_tab()
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Dconfdialog.cxx753 Fl_ListBox *listboxPWRselect=(Fl_ListBox *)0;
3424 Fl_ListBox *listbox_incr=(Fl_ListBox *)0;
4828 Fl_ListBox *selShift=(Fl_ListBox *)0;
4850 Fl_ListBox *selBaud=(Fl_ListBox *)0;
4858 Fl_ListBox *selBits=(Fl_ListBox *)0;
4865 Fl_ListBox *selParity=(Fl_ListBox *)0;
4877 Fl_ListBox *selStopBits=(Fl_ListBox *)0;
5092 Fl_ListBox *sel_Nav_ch1=(Fl_ListBox *)0;
5100 Fl_ListBox *sel_Nav_ch2=(Fl_ListBox *)0;
5124 Fl_ListBox *sel_Nav_LED=(Fl_ListBox *)0;
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/fmt/
H A Dfmt_dialog.cxx63 Fl_ListBox *fmt_rec_interval = (Fl_ListBox *)0;
64 Fl_ListBox *fmt_scale = (Fl_ListBox *)0;
65 Fl_ListBox *fmt_cntr_minutes = (Fl_ListBox *)0;
333 fmt_rec_interval = new Fl_ListBox( in fmt_panel()
419 fmt_scale = new Fl_ListBox( in fmt_panel()
438 fmt_cntr_minutes = new Fl_ListBox( in fmt_panel()
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Dcombo.h154 class Fl_ListBox : public Fl_ComboBox {
156 Fl_ListBox (int x, int y, int w, int h, const char *lbl = 0) :
158 ~Fl_ListBox() {}; in ~Fl_ListBox()
H A DcwioUI.h37 extern Fl_ListBox *listbox_cwioKEYLINE;
/dports/comms/flmsg/flmsg-4.0.19/src/mars/
H A Dmars_daily_tab.cxx65 Fl_ListBox *sel_mars_daily_prec = (Fl_ListBox *)0;
88 Fl_ListBox *sel_mars_daily_e_x = (Fl_ListBox *)0;
197 sel_mars_daily_prec = new Fl_ListBox(100, Y, 45, 24, _("PREC")); in create_mars_daily()
345 sel_mars_daily_e_x = new Fl_ListBox(214, Y, 40, 24, _("E/X")); in create_mars_daily()
H A Dmars_army_tab.cxx63 Fl_ListBox *sel_mars_army_prec = (Fl_ListBox *)0;
149 sel_mars_army_prec = new Fl_ListBox(50, Y, 45, 24, _("PREC")); in create_mars_army()
H A Dmars_net_tab.cxx41 Fl_ListBox *sel_mars_net_PREC = (Fl_ListBox *)0;//
176 sel_mars_net_PREC = new Fl_ListBox(100, Y, 45, 24, _("PREC")); in create_mars_net()
/dports/comms/flmsg/flmsg-4.0.19/src/cap/
H A Dcap105_tab.cxx35 Fl_ListBox *cap105_sel_prec = (Fl_ListBox *)0;
159 cap105_sel_prec = new Fl_ListBox(80, Y, 120, 22, _("PREC")); in create_cap105_tab()
H A Dcap105.cxx195 int choice = ((Fl_ListBox *)(*cap105_fields[i].w))->index(); in cap105_check_fields()
220 int choice = ((Fl_ListBox *)(*cap105_fields[i].w))->index(); in cap105_update_fields()
248 ((Fl_ListBox *)(*cap105_fields[i].w))->index(0); in cap105_clear_form()
264 ((Fl_ListBox *)(*cap105_fields[i].w))->index(atoi(cap105_fields[i].f_data.c_str())); in cap105_update_form()
/dports/comms/flmsg/flmsg-4.0.19/src/iaru/
H A Diaru_tab.cxx34 Fl_ListBox *iaru_sel_prec = (Fl_ListBox *)0;
141 iaru_sel_prec = new Fl_ListBox(108, Y+20, 120, 24, _("PREC")); in create_iaru_tab()
H A Diaru.cxx217 int choice = ((Fl_ListBox *)(*iaru_fields[i].w))->index(); in iaru_check_fields()
242 int choice = ((Fl_ListBox *)(*iaru_fields[i].w))->index(); in iaru_update_fields()
270 ((Fl_ListBox *)(*iaru_fields[i].w))->index(0); in iaru_clear_form()
286 ((Fl_ListBox *)(*iaru_fields[i].w))->index(atoi(iaru_fields[i].f_data.c_str())); in iaru_update_form()
/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx95 Fl_ListBox *encoders = (Fl_ListBox *)0;
99 Fl_ListBox *cbo_modes = (Fl_ListBox *)0;
1182 cbo_modes = new Fl_ListBox( in flmsg_dialog()
1366 Fl_ListBox *sel_hx_select = (Fl_ListBox *)0;
1368 static void cb_sel_hx_select(Fl_ListBox*, void*) { in cb_sel_hx_select() argument
1399 sel_hx_select = new Fl_ListBox(3, 20, 68, 24, _("HX__:")); in hx_dialog()
1472 Fl_ListBox *cbo_dt_fname = (Fl_ListBox *)0;
1694 static void cb_cbo_dt_fname(Fl_ListBox * o, void *) in cb_cbo_dt_fname()
1949 cbo_dt_fname = new Fl_ListBox(X+120, Y + 73, 200, 20, _("Date-time")); in create_tab_files()
/dports/comms/flrig/flrig-1.3.54/src/cwio/
H A DcwioUI.cxx784 Fl_ListBox *listbox_cwioKEYLINE=(Fl_ListBox *)0;
786 static void cb_listbox_cwioKEYLINE(Fl_ListBox* o, void*) { in cb_listbox_cwioKEYLINE()
854 { Fl_ListBox* o = listbox_cwioKEYLINE = new Fl_ListBox(593, 41, 65, 24, _("CW Keyline")); in cwio_config_dialog()

12