Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!ora!bloom-beacon!dont-send-mail-to-path-lines From: pete@iris49.biosym.COM (Pete Ware) Newsgroups: comp.windows.x Subject: XtParseAcceleratorTable Message-ID: <9106282051.AA05739@iris49.biosym.com> Date: 28 Jun 91 20:51:18 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 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