Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!cs.utexas.edu!uunet!world!kdg From: kdg@world.std.com (Keith D Gregory) Newsgroups: comp.windows.x.motif Subject: What happens to a parsed translation table? Keywords: XtParseTranslationTable translation Message-ID: <1991Jun17.202735.12040@world.std.com> Date: 17 Jun 91 20:27:35 GMT Organization: The World @ Software Tool & Die Lines: 11 OK, I use XtParseTranslationTable to convert a translation table to internal form. Then I use XtAugmentTranslations to install that table in a widget. So, what am I left with? A parsed translation table that I can install in another widget? If so, is there any way to recover the memory that it uses? (I assume that it is probably _not_ just a block of memory which can be free'd). Thanks in advance, -kdg