(self, widget, tabbox, refWidgetTabName)
| 43 | tabbox.select_by_widget(refWidgetTab) |
| 44 | |
| 45 | def on_bt2_pressed(self, widget, tabbox, refWidgetTabName): |
| 46 | tabbox.select_by_name(refWidgetTabName) |
| 47 | |
| 48 | def on_bt3_pressed(self, widget, tabbox, tabIndex): |
| 49 | tabbox.select_by_index(tabIndex) |
nothing calls this directly
no test coverage detected