Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dstorm_report_tab.cxx54 Fl_Check_Button *w_storm_wind = (Fl_Check_Button *)0; variable
250 if (w_storm_wind->value()) in cb_high_wind()
423 w_storm_wind = new Fl_Check_Button(20, Y, 180, 22, _("High Wind Speed")); in create_storm_tab()
424 w_storm_wind->tooltip(_("Report high winds")); in create_storm_tab()
425 w_storm_wind->when(FL_WHEN_CHANGED); in create_storm_tab()
426 w_storm_wind->callback((Fl_Callback*)cb_high_wind); in create_storm_tab()
H A Dstorm_report.cxx133 { B, ":high_wind:", &storm_wind, w_storm_wind },
186 init_widget(":high_wind:", (Fl_Widget *)w_storm_wind); in init_widgets()
374 if (w_storm_wind->value()) in activate_listbox()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h1204 extern Fl_Check_Button *w_storm_wind;