File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ disconnect the callback, just call::
5858Here are the events that you can connect to, the class instances that
5959are sent back to you when the event occurs, and the event descriptions:
6060
61-
6261====================== ================ ======================================
6362Event name Class Description
6463====================== ================ ======================================
6564'button_press_event' `.MouseEvent ` mouse button is pressed
6665'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)
6969'key_press_event' `.KeyEvent ` key is pressed
7070'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
7373'resize_event' `.ResizeEvent ` figure canvas is resized
7474'scroll_event' `.MouseEvent ` mouse scroll wheel is rolled
7575'figure_enter_event' `.LocationEvent ` mouse enters a new figure
You can’t perform that action at this time.
0 commit comments