MirBSD manpage: XtInstallAccelerators(3), XtInstallAllAccelerators(3), XtParseAcceleratorTable(3)


XtParseAcceleratorTable(3XtXT FUNCTIOXtParseAcceleratorTable(3Xt)

NAME

     XtParseAcceleratorTable, XtInstallAccelerators, XtInstall-
     AllAccelerators - managing accelerator tables

SYNTAX

     XtAccelerators XtParseAcceleratorTable(String source);

     void XtInstallAccelerators(Widget destination, Widget
          source);

     void XtInstallAllAccelerators(Widget destination, Widget
          source);

ARGUMENTS

     source    Specifies the accelerator table to compile.

     destination
               Specifies the widget on which the accelerators are
               to be installed.

     source    Specifies the widget or the root widget of the
               widget tree from which the accelerators are to
               come.

DESCRIPTION

     The XtParseAcceleratorTable function compiles the accelera-
     tor 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, XtInstall-
     Accelerators 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 accelera-
     tors of each widget encountered onto destination. A common
     use os to call XtInstallAllAccelerators and pass the appli-
     cation main window as the source.

SEE ALSO

     XtParseTranslationTable(1)
     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

XFree86                   Version 4.5.0                         1

Generated on 2021-12-07 11:07:08 by $MirOS: src/scripts/roff2htm,v 1.103 2021/01/23 20:24:35 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2021 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.