Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/wx/
H A Dhurricane_tab.cxx38 Fl_Input2 *w_wxhc_phone; variable
110 w_wxhc_phone = new Fl_Input2(150, Y, 250, 22, _("Phone number")); in create_wxhc_tab()
111 w_wxhc_phone->tooltip(""); in create_wxhc_tab()
112 w_wxhc_phone->callback(wxhc_changed); in create_wxhc_tab()
113 w_wxhc_phone->when(FL_WHEN_CHANGED); in create_wxhc_tab()
H A Dhurricane.cxx118 { S, ":phone:", &wxhc_phone, w_wxhc_phone }, // 2
158 wxhc_QUAD[2].widget = w_wxhc_phone; in init_widgets()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h1115 extern Fl_Input2 *w_wxhc_phone;