summaryrefslogtreecommitdiff
path: root/man/XtParseTranslationTable.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtParseTranslationTable.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtParseTranslationTable.man')
-rw-r--r--man/XtParseTranslationTable.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtParseTranslationTable.man b/man/XtParseTranslationTable.man
index 3708051..3001fe9 100644
--- a/man/XtParseTranslationTable.man
+++ b/man/XtParseTranslationTable.man
@@ -80,17 +80,17 @@ Specifies the compiled translation table to merge in (must not be NULL).
Specifies the widget \*(Wi.
.SH DESCRIPTION
The
-.BR XtParseTranslationTable
+.B XtParseTranslationTable
function compiles the translation table into the opaque internal representation
of type
.BR XtTranslations .
Note that if an empty translation table is required for any purpose,
one can be obtained by calling
-.BR XtParseTranslationTable
+.B XtParseTranslationTable
and passing an empty string.
.LP
The
-.BR XtAugmentTranslations
+.B XtAugmentTranslations
function nondestructively merges the new translations into the existing widget
translations.
If the new translations contain an event or event sequence that
@@ -98,7 +98,7 @@ already exists in the widget's translations,
the new translation is ignored.
.LP
The
-.BR XtOverrideTranslations
+.B XtOverrideTranslations
function destructively merges the new translations into the existing widget
translations.
If the new translations contain an event or event sequence that
@@ -106,12 +106,12 @@ already exists in the widget's translations,
the new translation is merged in and override the widget's translation.
.LP
To replace a widget's translations completely, use
-.BR XtSetValues
+.B XtSetValues
on the XtNtranslations resource and specify a compiled translation table
as the value.
.LP
The
-.BR XtUninstallTranslations
+.B XtUninstallTranslations
function causes the entire translation table for widget to be removed.
.SH "SEE ALSO"
XtAppAddActions(__libmansuffix__),