MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / _bind_scroll_events

Method _bind_scroll_events

gui/utils.py:225–227  ·  view source on GitHub ↗

Bind mouse wheel scroll events to this scrollable frame.

(self)

Source from the content-addressed store, hash-verified

223 self.items.append(item)
224
225 def _bind_scroll_events(self) -> None:
226 """Bind mouse wheel scroll events to this scrollable frame."""
227 self._bind_scroll_to_widget(self)
228
229 def _bind_scroll_to_widget(self, widget) -> None:
230 """Bind scroll events to a specific widget."""

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected