[vtkusers] Documentation for event callback return values?
Elvis Stansvik
elvis.stansvik at orexplore.com
Wed Jun 15 09:51:48 EDT 2016
Hi all,
I noticed in QVTKRenderWindowInteractor that it returns 1 in the callback
it sets up for DestroyTimerEvent:
def DestroyTimer(self, obj, evt):
self._Timer.stop()
return 1
So I suspect callbacks for this event are expected to return something. But
I can't find any info in the docs on which event callbacks are expected to
return something (and what), and which are not. Is this info available
somewhere?
Thanks in advance,
Elvis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160615/29338e79/attachment.html>
More information about the vtkusers
mailing list