Home
last modified time | relevance | path

Searched refs:w_storm_h_rain_tot (Results 1 – 3 of 3) sorted by relevance

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dstorm_report_tab.cxx72 Fl_ListBox *w_storm_h_rain_tot = (Fl_ListBox *)0; variable
176 w_storm_h_rain_tot->clear(); in set_storm_combos()
178 w_storm_h_rain_tot->add(rainfall[i].c_str()); in set_storm_combos()
179 w_storm_h_rain_tot->index(0); in set_storm_combos()
307 w_storm_h_rain_tot->index(0); in cb_h_rain()
310 w_storm_h_rain_tot->activate(); in cb_h_rain()
313 w_storm_h_rain_tot->deactivate(); in cb_h_rain()
501 w_storm_h_rain_tot = new Fl_ListBox(200, Y, 180, 22, ""); in create_storm_tab()
502 w_storm_h_rain_tot->tooltip(_("Select rain total")); in create_storm_tab()
503 w_storm_h_rain_tot->when(FL_WHEN_CHANGED); in create_storm_tab()
[all …]
H A Dstorm_report.cxx146 { O, ":h_rain_tot:", &storm_h_rain_tot, w_storm_h_rain_tot },
199 init_widget(":h_rain_tot:", (Fl_Widget *)w_storm_h_rain_tot); in init_widgets()
401 w_storm_h_rain_tot->activate(); in activate_listbox()
404 w_storm_h_rain_tot->deactivate(); in activate_listbox()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h1222 extern Fl_ListBox *w_storm_h_rain_tot;