(self, event)
| 49 | self.timer.Start(5) |
| 50 | |
| 51 | def OnWindowEraseBk(self, event): |
| 52 | pass |
| 53 | |
| 54 | def OnWindowPaint(self, event): |
| 55 | # todo: evaluate wx.DragImage, might make this class obsolete, however might also lose our customizations |
nothing calls this directly
no outgoing calls
no test coverage detected