summaryrefslogtreecommitdiff
path: root/man/XtParseAcceleratorTable.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
committerWalter Harms <wharms@bfs.de>2019-04-16 13:20:42 +0200
commit2b26e9a5473e399c81ae11b98d1f0b38393dbd8c (patch)
treec62b25afc2ec470d02c9d63545adc213d870b6a3 /man/XtParseAcceleratorTable.man
parent4b446ce8b20b1de1488c73e1841dafbd25ca949f (diff)
parent965bc251c1d8391e672f277686254299627d4e3c (diff)
downloadxorg-lib-libXt-2b26e9a5473e399c81ae11b98d1f0b38393dbd8c.tar.gz
Merge branch 'master' of ssh://gitlab.freedesktop.org/xorg/lib/libxt
Conflicts: man/XtManageChildren.man
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 718c1ea..1ba850b 100644
--- a/man/XtParseAcceleratorTable.man
+++ b/man/XtParseAcceleratorTable.man
@@ -76,15 +76,15 @@ Specifies the widget on which the accelerators are to be installed.
Specifies the widget or the root widget of the widget tree 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
@@ -93,11 +93,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)