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

Method on_bt1_pressed

examples/tabbox.py:42–43  ·  view source on GitHub ↗
(self, widget, tabbox, refWidgetTab)

Source from the content-addressed store, hash-verified

40 return tb
41
42 def on_bt1_pressed(self, widget, tabbox, refWidgetTab):
43 tabbox.select_by_widget(refWidgetTab)
44
45 def on_bt2_pressed(self, widget, tabbox, refWidgetTabName):
46 tabbox.select_by_name(refWidgetTabName)

Callers

nothing calls this directly

Calls 1

select_by_widgetMethod · 0.80

Tested by

no test coverage detected