Section: Visualization Toolkit Widget Classes
To create an instance of class vtkWidgetCallbackMapper, simply invoke its constructor as follows
obj = vtkWidgetCallbackMapper
obj is an instance of the vtkWidgetCallbackMapper class.
string = obj.GetClassName () - Standard macros.
int = obj.IsA (string name) - Standard macros.
vtkWidgetCallbackMapper = obj.NewInstance () - Standard macros.
vtkWidgetCallbackMapper = obj.SafeDownCast (vtkObject o) - Standard macros.
obj.SetEventTranslator (vtkWidgetEventTranslator t) - Specify the vtkWidgetEventTranslator to coordinate with.
vtkWidgetEventTranslator = obj.GetEventTranslator () - Specify the vtkWidgetEventTranslator to coordinate with.
obj.InvokeCallback (long widgetEvent) - This method invokes the callback given a widget event. A non-zero value
is returned if the listed event is registered.