mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Apply suggestions from code review
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# DescendantFocus
|
||||
|
||||
The `DescendantFocus` event is sent to a widget when one of its children receives input focus.
|
||||
The `DescendantFocus` event is sent to a widget when one of its descendants receives focus.
|
||||
|
||||
- [x] Bubbles
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Load
|
||||
|
||||
The `Load` event is sent to the app prior to switching the terminal in to application mode.
|
||||
The `Load` event is sent to the app prior to switching the terminal to application mode.
|
||||
|
||||
The load event is typically used to do any setup actions required by the app, that don't change the display.
|
||||
The load event is typically used to do any setup actions required by the app that don't change the display.
|
||||
|
||||
- [ ] Bubbles
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ The `MouseRelease` event is sent to a widget when it is no longer receiving mous
|
||||
|
||||
| attribute | type | purpose |
|
||||
| ---------------- | ------ | -------------------------------------------- |
|
||||
| `mouse_position` | Offset | Mouse coordinates when the mouse was release |
|
||||
| `mouse_position` | Offset | Mouse coordinates when the mouse was released |
|
||||
|
||||
Reference in New Issue
Block a user