XmAddProtocolCallback (3) Linux Manual Page
XmAddProtocolCallback — A VendorShell function that adds client callbacks for a protocol Synopsis #include <Xm/Protocols.h> void XmAddProtocolCallback( Widget shell, Atom property, Atom protocol, XtCallbackProc callback, XtPointer closure); Description XmAddProtocolCallback adds client callbacks for a protocol. It checks if the protocol is registered, and if it is not, calls XmAddProtocols. It then adds the callback to…
