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

Method on_bt2_pressed

examples/tabbox.py:45–46  ·  view source on GitHub ↗
(self, widget, tabbox, refWidgetTabName)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

select_by_nameMethod · 0.80

Tested by

no test coverage detected