pete@iris49.biosym.COM (Pete Ware) (06/29/91)
Does one need to free the XtAcclerator returned from
XtParseAcceleratorTable()? Perhaps the way to phrase this is does the
Core.set_values method copy this when it is set?
table = XtParseAcceleratorTable (translation_string);
cnt = 0;
XtSetArg (args[cnt], XmNaccelerator, table); ++cnt;
XtSetValues (gw, args, cnt);
XtInstallAccelerators (gw, gw);
--pete
Pete Ware / Biosym / San Diego CA / (619) 546-5532
email: pete@biosym.com