(self, widget, tabbox, tabIndex)
| 46 | tabbox.select_by_name(refWidgetTabName) |
| 47 | |
| 48 | def on_bt3_pressed(self, widget, tabbox, tabIndex): |
| 49 | tabbox.select_by_index(tabIndex) |
| 50 | |
| 51 | if __name__ == "__main__": |
| 52 | start(MyApp, title="Tab Demo", standalone=False) |
nothing calls this directly
no test coverage detected