XtStringProc() XtStringProc()
Name
XtStringProc - interface definition for the display_accelerator() method.
Synopsis
typedef void (*XtStringProc)(Widget, String)
Widget w;
String string;
Inputs
w Specifies the source widget that supplied the accelerators.
string Provides 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_accelerator(4).
Xt - Widget Method Prototypes XtStringProc()