Query: xtparseacceleratortable
OS: osf1
Section: 3xt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtParseAcceleratorTable(3Xt) XtParseAcceleratorTable(3Xt)NAMEXtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators - managing accelerator tablesSYNOPSISXtAccelerators XtParseAcceleratorTable(source) String source; void XtInstallAccelerators(destination, source) Widget destination; Widget source; void XtInstallAllAccelerators(destination, source) Widget destination; Widget source;ARGUMENTSSpecifies 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.DESCRIPTIONThe 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 encountered onto destination. A common use is to call XtInstallAllAccelerators and pass the application main window as the source.SEE ALSOXtParseTranslationTable(3Xt) X Toolkit Intrinsics -- C Language Interface Xlib -- C Language X Interface XtParseAcceleratorTable(3Xt)
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |