You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The signature and implementation of the `set_hover()` and `get_hover()` methods of the `Artist` class, as well as the `HoverEvent(Event)` Class, have been added:
2
+
3
+
.. versionchanged:: 3.7.2
4
+
The `set_hover()` method takes two arguments, `self` and `hover`. `hover` is the hover status that the object is then set to.
5
+
The `get_hover()` methods take a single argument `self` and returns the hover status of the object.
6
+
The `HoverEvent(Event)` Class takes a single argument `Event` and fires when the mouse hovers over a canvas.
0 commit comments