Name
XtCallbackNone — callback function to pop up a widget.
Synopsis
void XtCallbackNone(w, client_data, call_data)
Widget w;
XtPointer client_data;
XtPointer call_data;
Arguments
wSpecifies the widget.
client_data
Specifies the pop-up shell.
call_dataSpecifies the callback data, which is not used by this procedure.
Description
See XtCallbackExclusive.