Name
display_accelerator — Core method to display current accelerators.
Synopsis
typedef void (∗XtStringProc)(Widget, String)
Widget w;
String string;
Arguments
wSpecifies the source widget that supplied the accelerators.
stringProvides the string representation of the accelerators currently registered for the widget.
Description
The display_accelerator method of a widget is called when the application installs accelerators on that widget. The method is passed a string version of the current accelerator table, in canonical form. This form may differ from the original source of the accelerator table itself.
The Core display_accelerator method is NULL.