Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx1464 Fl_Input2 *txt_my_tel = (Fl_Input2 *)0; variable
1810 txt_my_tel = new Fl_Input2(X+90, Y+32, W - 94, 24, _("Tel:")); in create_tab_personal()
1811 txt_my_tel->callback((Fl_Callback*)cb_txt_my_tel); in create_tab_personal()
1812 txt_my_tel->value(progStatus.my_tel.c_str()); in create_tab_personal()
H A Dflmsg.cxx2423 txt_my_tel->value(progStatus.my_tel.c_str()); in set_config_values()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h140 extern Fl_Input2 *txt_my_tel;