Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7f116b2

Browse filesBrowse files
authored
Merge pull request #15315 from meeseeksmachine/auto-backport-of-pr-15308-on-v3.2.x
Backport PR #15308 on branch v3.2.x (Doc: Add close event to list of events)
2 parents c968ce1 + a9bfe07 commit 7f116b2
Copy full SHA for 7f116b2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎doc/users/event_handling.rst

Copy file name to clipboardExpand all lines: doc/users/event_handling.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Event name Class and description
6464
======================= =============================================================================================
6565
'button_press_event' :class:`~matplotlib.backend_bases.MouseEvent` - mouse button is pressed
6666
'button_release_event' :class:`~matplotlib.backend_bases.MouseEvent` - mouse button is released
67+
'close_event' :class:`~matplotlib.backend_bases.CloseEvent` - a figure is closed
6768
'draw_event' :class:`~matplotlib.backend_bases.DrawEvent` - canvas draw (but before screen update)
6869
'key_press_event' :class:`~matplotlib.backend_bases.KeyEvent` - key is pressed
6970
'key_release_event' :class:`~matplotlib.backend_bases.KeyEvent` - key is released

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.