<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I noticed in QVTKRenderWindowInteractor that it returns 1 in the callback it sets up for DestroyTimerEvent:<br><br>    def DestroyTimer(self, obj, evt):<br>        self._Timer.stop()<br>        return 1<br><br></div>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?<br><br></div>Thanks in advance,<br></div>Elvis<br></div>