Next: XmCascadeButton widget methods Prev: Shell widget methods Up: Xm Widget object Top: Top

4.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) -- Method on VendorShell widget
Returns None. This function corresponds with XmActivateProtocol.
ActivateWMProtocol (protocol) -- Method on VendorShell widget
Returns None. This function corresponds with XmActivateWMProtocol.
AddProtocolCallback (property, protocol, cbfunc, cbarg) -- Method on VendorShell widget
Returns None. This function corresponds with XmAddProtocolCallback.
AddProtocols (property, protocol[]) -- Method on VendorShell widget
Returns None. This function corresponds with XmAddProtocols.
AddWMProtocolCallback (protocol, cbfunc, cbarg) -- Method on VendorShell widget
Returns None. This function corresponds with XmAddWMProtocolCallback.
AddWMProtocols (protocol[]) -- Method on VendorShell widget
Returns None. This function corresponds with XmAddWMProtocols.
DeactivateProtocol (property, protocol) -- Method on VendorShell widget
Returns None. This function corresponds with XmDeactivateProtocol.
DeactivateWMProtocol (protocol) -- Method on VendorShell widget
Returns None. This function corresponds with XmDeactivateWMProtocol.
RemoveProtocolCallback (property, protocol, callback, closure) -- Method on VendorShell widget
Returns None. This function corresponds with XmRemoveProtocolCallback.
RemoveProtocols (property, protocol[]) -- Method on VendorShell widget
Returns None. This function corresponds with XmRemoveProtocols.
RemoveWMProtocolCallback (protocol, callback, closure) -- Method on VendorShell widget
Returns None. This function corresponds with XmRemoveWMProtocolCallback.
RemoveWMProtocols (protocol[]) -- Method on VendorShell widget
Returns None. This function corresponds with XmRemoveWMProtocols.
SetProtocolHooks (property, protocol, prehook, pre_closure, posthook, post_closure) -- Method on VendorShell widget
Returns None. This function corresponds with XmSetProtocolHooks.
SetWMProtocolHooks (protocol, prehook, pre_closure, posthook, post_closure) -- Method on VendorShell widget
Returns None. This function corresponds with XmSetWMProtocolHooks.