.\\$1D \\$2 \\$1
.if \\n(VS>=40 .vs \\n(VSu
.if \\n(VS<=39 .vs \\n(VSp
..

0 .nr BD 0

..

.KS .TA .5i 3i

..
.KE

.. .. .KS

.D

choose appropriate monospace font
the imagen conditional, 480,
may be changed to L if LB is too
heavy for your eyes...

.. .R .. .. .. .TB

\\*(NO .R .. . \" Note End -- doug kraft 3/85

0 .. .ny0

XtParseAcceleratorTable 3Xt "Release 3" "X Version 11" "XT FUNCTIONS"
NAME
XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators - managing accelerator tables
SYNTAX
XtAccelerators XtParseAcceleratorTable(source)

String source;

void XtInstallAccelerators(destination, source)

Widget destination;

Widget source;

void XtInstallAllAccelerators(destination, source)

Widget destination;

Widget source;

ARGUMENTS
source 1i
Specifies the accelerator table \*(So.
destination 1i
Specifies the widget on which the accelerators are to be installed.
source 1i
Specifies the \*(Sr from which the accelerators are to come.
DESCRIPTION
The .ZN XtParseAcceleratorTable function compiles the accelerator table into the opaque internal representation.

The .ZN 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, .ZN XtInstallAccelerators calls it with the source widget and a string representation of the accelerator table, which indicates that its accelerators have been installed and that it should display them appropriately. The string representation of the accelerator table is its canonical translation table representation.

The .ZN 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 .ZN XtInstallAllAccelerators and pass the application main window as the source.

"SEE ALSO"
XtParseTranslationTable(1)

\*(xT

\*(xL