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
XtAugmentTranslationsUNIX SYSTEM V/68, XtOverrideTranslationsUNIX SYSTEM V/68, XtParseTranslationTableUNIX SYSTEM V/68.