NAME
XtStringProc − interface definition for the display_accelerator() method.
SYNOPSIS
typedef void (∗XtStringProc)(Widget, String)
Widget w;
String string;
Inputs
wSpecifies the source widget that supplied the accelerators.
stringProvides the string representation of the accelerators currently registered for the widget.
DESCRIPTION
XtStringProc is the type of the Core display_accelerator() method. See display_accelerator(4) for more information.
SEE ALSO
display_acceleratorUNIX SYSTEM V/68 and V/88 Release 4.