Override base method.
(self, index)
| 481 | self.gui.show_frame(self.stack[index]) |
| 482 | |
| 483 | def on_double(self, index): |
| 484 | "Override base method." |
| 485 | self.show_source(index) |
| 486 | |
| 487 | def goto_source_line(self): |
| 488 | index = self.listbox.index("active") |
nothing calls this directly
no test coverage detected