6.3.2 VendorShell widget methods

Widget objects whose widget class is subclassed from VendorShell have the following additional methods (note that VendorShell is a subclass of Shell):

ActivateProtocol( property, protocol)
This function corresponds with XmActivateProtocol.

ActivateWMProtocol( protocol)
This function corresponds with XmActivateWMProtocol.

AddProtocolCallback( property, protocol, cbfunc, cbarg)
This function corresponds with XmAddProtocolCallback.

AddProtocols( property, protocol[])
This function corresponds with XmAddProtocols.

AddWMProtocolCallback( protocol, cbfunc, cbarg)
This function corresponds with XmAddWMProtocolCallback.

AddWMProtocols( protocol[])
This function corresponds with XmAddWMProtocols.

DeactivateProtocol( property, protocol)
This function corresponds with XmDeactivateProtocol.

DeactivateWMProtocol( protocol)
This function corresponds with XmDeactivateWMProtocol.

RemoveProtocolCallback( property, protocol, callback, closure)
This function corresponds with XmRemoveProtocolCallback.

RemoveProtocols( property, protocol[])
This function corresponds with XmRemoveProtocols.

RemoveWMProtocolCallback( protocol, callback, closure)
This function corresponds with XmRemoveWMProtocolCallback.

RemoveWMProtocols( protocol[])
This function corresponds with XmRemoveWMProtocols.

SetProtocolHooks( property, protocol, prehook, pre_closure, posthook, post_closure)
This function corresponds with XmSetProtocolHooks.

SetWMProtocolHooks( protocol, prehook, pre_closure, posthook, post_closure)
This function corresponds with XmSetWMProtocolHooks.