Home
last modified time | relevance | path

Searched refs:chg_chkbox (Results 1 – 4 of 4) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dwidget.h266 Widget chg_chkbox; /* Changer options chk box */ member
H A Dhelp.c139 { &widgets.options.chg_chkbox, "Op%cChgr.cbx", HELP_XLAT_1 },
H A Dwidget.c2442 m->options.chg_chkbox = XmCreateSimpleCheckBox( in create_options_widgets()
2449 XtNameToWidget(m->options.chg_chkbox, "button_0"); in create_options_widgets()
2451 XtNameToWidget(m->options.chg_chkbox, "button_1"); in create_options_widgets()
3020 XtManageChild(m->options.chg_chkbox); in create_options_widgets()
H A Dcdfunc.c8223 else if (w == widgets.options.chg_chkbox) { in cd_options()