(context-add-action context name procedure)
See XtAppAddActions. name is the name of the action (a string or a symbol). The action procedure will be invoked with three arguments: a widget, a list of event-specific arguments (see handle-events) and a list of strings (the action arguments).
(augment-translations widget translation-table)
See XtAugmentTranslations. translation-table is a string; XtParseTranslationTable is applied to it.
(override-translations widget translation-table)
See XtOverrideTranslations. translation-table is a string; XtParseTranslationTable is applied to it.
(uninstall-translations widget)
See XtUninstallTranslations.
(install-accelerators dst-widget src-widget)
See XtInstallAccelerators.
(install-all-accelerators dst-widget src-widget)
See XtInstallAllAccelerators.
(multi-click-time display)
See XtGetMultiClickTime. Returns an integer.
(set-multi-click-time! display time)
See XtSetMultiClickTime.
time is an integer.