MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / on_scroll

Method on_scroll

lib/matplotlib/widgets.py:2530–2533  ·  view source on GitHub ↗

Mouse scroll event handler and validator.

(self, event)

Source from the content-addressed store, hash-verified

2528
2529 @_call_with_reparented_event
2530 def on_scroll(self, event):
2531 """Mouse scroll event handler and validator."""
2532 if not self.ignore(event):
2533 self._on_scroll(event)
2534
2535 def _on_scroll(self, event):
2536 """Mouse scroll event handler."""

Callers

nothing calls this directly

Calls 2

ignoreMethod · 0.95
_on_scrollMethod · 0.95

Tested by

no test coverage detected