MCPcopy Create free account
hub / github.com/Image-Py/imagepy / on_spn

Method on_spn

imagepy/ui/workflowwindow.py:102–105  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

100 self.txt_info.SetValue(info)
101
102 def on_spn(self, event):
103 v = self.spn_scroll.GetValue()
104 self.scr_workflow.Scroll(v, 0)
105 self.spn_scroll.SetValue(self.scr_workflow.GetViewStart()[0])
106
107 def on_help(self, event):
108 IPy.show_md(self.workflow['title'], self.cont)

Callers

nothing calls this directly

Calls 2

GetValueMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected