MCPcopy Index your code
hub / github.com/rawpython/remi / on_bt3_pressed

Method on_bt3_pressed

examples/tabbox.py:48–49  ·  view source on GitHub ↗
(self, widget, tabbox, tabIndex)

Source from the content-addressed store, hash-verified

46 tabbox.select_by_name(refWidgetTabName)
47
48 def on_bt3_pressed(self, widget, tabbox, tabIndex):
49 tabbox.select_by_index(tabIndex)
50
51if __name__ == "__main__":
52 start(MyApp, title="Tab Demo", standalone=False)

Callers

nothing calls this directly

Calls 1

select_by_indexMethod · 0.80

Tested by

no test coverage detected