Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: EXTRACTING TRANSLATION TABLE Message-ID: <8910251826.AA06609@expo.lcs.mit.edu> Date: 25 Oct 89 18:26:09 GMT References: <8910250631.AA19483@expo.lcs.mit.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 13 > Given an arbitrary widget, I want to temporarily UnInstall all of its > translations. But after a while, I want to install all the translations > back to the widget. If your widget has a translations resource, it can be done. Use XtGetValues to get the existing translation table, save it, use XtUninstallTranslations to remove all of the translations, and when you want to restore the translations, use XtSetValues. Donna Converse converse@expo.lcs.mit.edu