File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ disconnect the callback, just call::
58
58
Here are the events that you can connect to, the class instances that
59
59
are sent back to you when the event occurs, and the event descriptions:
60
60
61
-
62
61
====================== ================ ======================================
63
62
Event name Class Description
64
63
====================== ================ ======================================
65
64
'button_press_event' `.MouseEvent ` mouse button is pressed
66
65
'button_release_event' `.MouseEvent ` mouse button is released
67
- 'close_event' `.CloseEvent ` a figure is closed
68
- 'draw_event' `.DrawEvent ` canvas draw (but before screen update)
66
+ 'close_event' `.CloseEvent ` figure is closed
67
+ 'draw_event' `.DrawEvent ` canvas has been drawn (but screen
68
+ widget not updated yet)
69
69
'key_press_event' `.KeyEvent ` key is pressed
70
70
'key_release_event' `.KeyEvent ` key is released
71
- 'motion_notify_event' `.MouseEvent ` mouse motion
72
- 'pick_event' `.PickEvent ` an object in the canvas is selected
71
+ 'motion_notify_event' `.MouseEvent ` mouse moves
72
+ 'pick_event' `.PickEvent ` artist in the canvas is selected
73
73
'resize_event' `.ResizeEvent ` figure canvas is resized
74
74
'scroll_event' `.MouseEvent ` mouse scroll wheel is rolled
75
75
'figure_enter_event' `.LocationEvent ` mouse enters a new figure
You can’t perform that action at this time.
0 commit comments