Merge pull request #924 from davep/css-docs-review-events

CSS docs review - Events
This commit is contained in:
Will McGugan
2022-10-16 11:17:59 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Show
# Hide
The `Hide` event is sent to a widget when it is hidden from view.

View File

@@ -148,7 +148,7 @@ class Hide(Event, bubble=False):
class MouseCapture(Event, bubble=False):
"""Sent when the mouse has been captured.
When a mouse has been captures, all further mouse events will be sent to the capturing widget.
When a mouse has been captured, all further mouse events will be sent to the capturing widget.
Args: