Move forward in the view lim stack. 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)
| 3031 | self._update_view() |
| 3032 | |
| 3033 | def forward(self, *args): |
| 3034 | """ |
| 3035 | Move forward in the view lim stack. |
| 3036 | |
| 3037 | For convenience of being directly connected as a GUI callback, which |
| 3038 | often get passed additional parameters, this method accepts arbitrary |
| 3039 | parameters, but does not use them. |
| 3040 | """ |
| 3041 | self._nav_stack.forward() |
| 3042 | self.set_history_buttons() |
| 3043 | self._update_view() |
| 3044 | |
| 3045 | def _update_cursor(self, event): |
| 3046 | """ |