[comp.windows.x.motif] What happens to a parsed translation table?

kdg@world.std.com (Keith D Gregory) (06/18/91)

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