*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XtInstallAllAccelerators | Section: 3 | Source: Digital UNIX | File: XtInstallAllAccelerators.3Xt.gz
XtParseAcceleratorTable(3Xt) XtParseAcceleratorTable(3Xt) NAME XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelera- tors - managing accelerator tables SYNOPSIS XtAccelerators XtParseAcceleratorTable(source) String source; void XtInstallAccelerators(destination, source) Widget destination; Widget source; void XtInstallAllAccelerators(destination, source) Widget destination; Widget source; ARGUMENTS Specifies the accelerator table to compile. 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. DESCRIPTION The XtParseAcceleratorTable function compiles the accelerator table into the opaque internal representation. The 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, 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 XtInstallAllAccelerators function recursively descends the widget tree rooted at source and installs the accelerators of each widget en- countered onto destination. A common use is to call XtInstallAllAccel- erators and pass the application main window as the source. SEE ALSO XtParseTranslationTable(3Xt) X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtParseAcceleratorTable(3Xt)

Navigation Options