Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ on_scroll
Method
on_scroll
imagepy/ui/canvasframe.py:102–105 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
100
self.canvas.set_ips(ips)
101
102
def
on_scroll(self, event):
103
self.ips.cur = self.page.GetThumbPosition()
104
self.ips.update()
105
self.canvas.on_idle(None)
106
107
def
close(self):
108
parent = self.GetParent()
Callers
nothing calls this directly
Calls
2
update
Method · 0.45
on_idle
Method · 0.45
Tested by
no test coverage detected