Windows PowerShell command on Get-command XtParseAcceleratorTable
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man XtParseAcceleratorTable

XT FUNCTIONS XtParseAcceleratorTable(3xt)

NAME

XtParseAcceleratorTable, XtInstallAccelerators, XtInstall-

AllAccelerators - managing accelerator tables

SYNTAX

cc [ flag... ] file... -lXt [ library... ]

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

X Version 11 Last change: libXt 1.0.8 1

XT FUNCTIONS XtParseAcceleratorTable(3xt)

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

__________________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|___________________________________|

| Availability | x11/library/toolkit/libxt |

|_____________________________|___________________________________|

| Interface Stability | Committed |

|_____________________________|___________________________________|

| MT-Level | See XtToolkitThreadInitialize(3XT)|

|_____________________________|___________________________________|

X Version 11 Last change: libXt 1.0.8 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™