Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtUninstall(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAugmentTranslations(1)

XtOverrideTranslations(1)

XtParseTranslationTable(1)

XtSetValues(1)

 

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). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026