Name
XtUninstallTranslations — remove existing translations.
Synopsis
void XtUninstallTranslations(w)
Widget w;
Arguments
wSpecifies the widget from which the translations are to be removed.
Description
XtUninstallTranslations removes a widget’s translation table. This might be useful to eliminate all of a widget’s translations, perhaps for debugging or testing.
To replace a widget’s translations completely and not just selectively overwrite some of them, use XtSetValues on the XtNtranslations resource and specify a compiled translation table as the value.
To merge new translations with existing translations, use XtAugmentTranslations or XtOverrideTranslations.
See Also
XtAugmentTranslations(1), XtOverrideTranslations(1), XtParseTranslationTable(1), XtSetValues(1).