Restore the original view. For convenience of being directly connected as a GUI callback, which often get passed additional parameters, this method accepts arbitrary parameters, but does not use them.
(self, *args)
| 3007 | """Remove the rubberband.""" |
| 3008 | |
| 3009 | def home(self, *args): |
| 3010 | """ |
| 3011 | Restore the original view. |
| 3012 | |
| 3013 | For convenience of being directly connected as a GUI callback, which |
| 3014 | often get passed additional parameters, this method accepts arbitrary |
| 3015 | parameters, but does not use them. |
| 3016 | """ |
| 3017 | self._nav_stack.home() |
| 3018 | self.set_history_buttons() |
| 3019 | self._update_view() |
| 3020 | |
| 3021 | def back(self, *args): |
| 3022 | """ |