Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/mars/
H A Dmars_ineei_tab.cxx58 Fl_Input2 *txt_mars_ineei_INFO4CALL = (Fl_Input2 *)0; variable
182 txt_mars_ineei_INFO4CALL->value(mars_list_bcall.c_str()); in cb_btn_mars_ineei_pick_INFO4()
184 txt_mars_ineei_INFO4CALL->value(mars_list_call.c_str()); in cb_btn_mars_ineei_pick_INFO4()
406 txt_mars_ineei_INFO4CALL = new Fl_Input2(232, Y, 150, 20, _("")); in create_mars_ineei()
407 txt_mars_ineei_INFO4CALL->tooltip(_("Call")); in create_mars_ineei()
408 txt_mars_ineei_INFO4CALL->callback((Fl_Callback*)cb_mars_fl_input2); in create_mars_ineei()
409 txt_mars_ineei_INFO4CALL->when(FL_WHEN_CHANGED); in create_mars_ineei()
H A Dmars_ineei.cxx282 if (s_mars_ineei_INFO4CALL != txt_mars_ineei_INFO4CALL->value()) return true; in check_mars_ineei_fields()
342 s_mars_ineei_INFO4CALL = txt_mars_ineei_INFO4CALL->value(); in update_mars_ineei_fields()
405 txt_mars_ineei_INFO4CALL->value(s_mars_ineei_INFO4CALL.c_str()); in update_mars_ineeiform()
464 txt_mars_ineei_INFO4CALL->value(""); in clear_mars_ineei_form()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h967 extern Fl_Input2 *txt_mars_ineei_INFO4CALL;