Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/radiogram/
H A Dhx_msgs.cxx57 sel_hx_select->add(hx_list[n].sznbr); in cb_hx()
60 sel_hx_select->index(0); in cb_hx()
68 int n = sel_hx_select->index(); in cb_hx_select()
75 int n = sel_hx_select->index(); in cb_hx_select_add()
/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx1366 Fl_ListBox *sel_hx_select = (Fl_ListBox *)0; variable
1399 sel_hx_select = new Fl_ListBox(3, 20, 68, 24, _("HX__:")); in hx_dialog()
1400 sel_hx_select->callback((Fl_Callback*)cb_sel_hx_select); in hx_dialog()
1401 sel_hx_select->align(FL_ALIGN_TOP_LEFT); in hx_dialog()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h168 extern Fl_ListBox *sel_hx_select;