Called when a pan operation completes (when the mouse button is up.) Notes ----- This is intended to be overridden by new projection types.
(self)
| 4519 | y=y) |
| 4520 | |
| 4521 | def end_pan(self): |
| 4522 | """ |
| 4523 | Called when a pan operation completes (when the mouse button is up.) |
| 4524 | |
| 4525 | Notes |
| 4526 | ----- |
| 4527 | This is intended to be overridden by new projection types. |
| 4528 | """ |
| 4529 | del self._pan_start |
| 4530 | |
| 4531 | def _get_pan_points(self, button, key, x, y): |
| 4532 | """ |
no outgoing calls