Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dstorm_report_tab.cxx43 Fl_Input2 *w_storm_location = (Fl_Input2 *)0; variable
197 progStatus.swx_default_location = w_storm_location->value(); in cb_make_storm_default()
207 w_storm_location->value(progStatus.swx_default_location.c_str()); in cb_use_storm_default()
391 w_storm_location = new Fl_Input2(70, Y, 200, 22, _("Location")); in create_storm_tab()
392 w_storm_location->tooltip(_("Enter location/town")); in create_storm_tab()
393 w_storm_location->align(FL_ALIGN_LEFT); in create_storm_tab()
394 w_storm_location->when(FL_WHEN_CHANGED); in create_storm_tab()
395 w_storm_location->callback((Fl_Callback*)storm_changed); in create_storm_tab()
H A Dstorm_report.cxx128 { S, ":location:", &storm_location, w_storm_location },
181 init_widget(":location:", (Fl_Widget *)w_storm_location); in init_widgets()
471 w_storm_location->index(0); in clear_storm_form()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h1196 extern Fl_Input2 *w_storm_location;