Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dstorm_report_tab.cxx58 Fl_ListBox *w_storm_flood_cat = (Fl_ListBox *)0; variable
126 w_storm_flood_cat->clear(); in set_storm_combos()
128 w_storm_flood_cat->add(flood_categories[i].c_str()); in set_storm_combos()
129 w_storm_flood_cat->index(0); in set_storm_combos()
229 w_storm_flood_cat->index(0); in cb_flood()
231 w_storm_flood_cat->activate(); in cb_flood()
233 w_storm_flood_cat->deactivate(); in cb_flood()
404 w_storm_flood_cat = new Fl_ListBox(200, Y, 365, 22, ""); in create_storm_tab()
406 w_storm_flood_cat->when(FL_WHEN_CHANGED); in create_storm_tab()
407 w_storm_flood_cat->callback((Fl_Callback*)storm_changed); in create_storm_tab()
[all …]
H A Dstorm_report.cxx136 { O, ":flood_cat:", &storm_flood_cat, w_storm_flood_cat },
183 init_widget(":flood_cat:", (Fl_Widget *)w_storm_flood_cat); in init_widgets()
367 w_storm_flood_cat->activate(); in activate_listbox()
369 w_storm_flood_cat->deactivate(); in activate_listbox()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h1208 extern Fl_ListBox *w_storm_flood_cat;