(self, ips, x, y, btn, **key)
| 14 | self.cursor = wx.CURSOR_HAND |
| 15 | |
| 16 | def mouse_down(self, ips, x, y, btn, **key): |
| 17 | self.ox, self.oy = key['canvas'].to_panel_coor(x,y) |
| 18 | |
| 19 | def mouse_up(self, ips, x, y, btn, **key): |
| 20 | pass |
nothing calls this directly
no test coverage detected