summaryrefslogtreecommitdiff
path: root/man/XtParseAcceleratorTable.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/XtParseAcceleratorTable.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/XtParseAcceleratorTable.man')
-rw-r--r--man/XtParseAcceleratorTable.man10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtParseAcceleratorTable.man b/man/XtParseAcceleratorTable.man
index b01400c..5e07dd0 100644
--- a/man/XtParseAcceleratorTable.man
+++ b/man/XtParseAcceleratorTable.man
@@ -78,15 +78,15 @@ Specifies the widget on which the accelerators are to be installed.
Specifies the \*(Sr from which the accelerators are to come.
.SH DESCRIPTION
The
-.BR XtParseAcceleratorTable
+.B XtParseAcceleratorTable
function compiles the accelerator table into the opaque internal representation.
.LP
The
-.BR XtInstallAccelerators
+.B XtInstallAccelerators
function installs the accelerators from source onto destination
by augmenting the destination translations with the source accelerators.
If the source display_accelerator method is non-NULL,
-.BR XtInstallAccelerators
+.B XtInstallAccelerators
calls it with the source widget and a string representation
of the accelerator table,
which indicates that its accelerators have been installed
@@ -95,11 +95,11 @@ The string representation of the accelerator table is its
canonical translation table representation.
.LP
The
-.BR XtInstallAllAccelerators
+.B XtInstallAllAccelerators
function recursively descends the widget tree rooted at source
and installs the accelerators of each widget encountered onto destination.
A common use os to call
-.BR XtInstallAllAccelerators
+.B XtInstallAllAccelerators
and pass the application main window as the source.
.SH "SEE ALSO"
XtParseTranslationTable(1)