Home
last modified time | relevance | path

Searched refs:hb_tout_txt (Results 1 – 6 of 6) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcallback.c370 register_modvfy_cb(m->options.hb_tout_txt, cd_txtnline_vfy, s); in register_options_callbacks()
371 register_valchg_cb(m->options.hb_tout_txt, cd_set_timeouts, s); in register_options_callbacks()
372 register_activate_cb(m->options.hb_tout_txt, cd_set_timeouts, s); in register_options_callbacks()
373 register_losefocus_cb(m->options.hb_tout_txt, cd_set_timeouts, s); in register_options_callbacks()
H A Dwidget.h230 Widget hb_tout_txt; /* heartbeat timeout text */ member
H A Dhelp.c134 { &widgets.options.hb_tout_txt, "Op%cHbeatTo.txw", HELP_XLAT_1 },
H A Dcdfunc.c7366 set_text_string(widgets.options.hb_tout_txt, str, FALSE); in cd_options_reset()
9975 if (w == widgets.options.hb_tout_txt) { in cd_set_timeouts()
H A Dgeom.c1956 XtVaSetValues(m->options.hb_tout_txt, in geom_options_force()
H A Dwidget.c2270 m->options.hb_tout_txt = XmCreateText( in create_options_widgets()