Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shobrook/rebound
/ set_scrollpos
Method
set_scrollpos
rebound/rebound.py:502–504 ·
view source on GitHub ↗
(self, position)
Source
from the content-addressed store, hash-verified
500
501
502
def
set_scrollpos(self, position):
503
self._trim_top = int(position)
504
self._invalidate()
505
506
507
def
rows_max(self, size=None, focus=False):
Callers
1
mouse_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected