NAME
XtUninstallTranslations − remove all existing translations from a widget.
Synopsis
void XtUninstallTranslations(w)
Widget w;
Inputs
wSpecifies the widget from which the translations are to be removed.
Description
XtUninstallTranslations() removes a widget’s translation table.
Usage
Many widgets will not function correctly without their translations. A widget without translations will not respond to keyboard or mouse events, unless it explicitly registers an event handler for these events. You can completely replace a widget’s translations by setting a new translation table on the XtNtranslations resource of the widget. You can merge new translations with existing translations with XtAugmentTranslations() and XtOverrideTranslations().
See Also
XtAugmentTranslations(1), XtOverrideTranslations(1), XtParseTranslationTable(1).
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates