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: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# MouseScrollUp
|
# MouseScrollUp
|
||||||
|
|
||||||
The `MouseScrollUp` event is sent to a widget when scroll wheel (or trackpad equivalent) is moved _up_.
|
The `MouseScrollUp` event is sent to a widget when the scroll wheel (or trackpad equivalent) is moved _up_.
|
||||||
|
|
||||||
- [x] Bubbles
|
- [x] Bubbles
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ The `Resize` event is sent to a widget when its size changes and when it is firs
|
|||||||
|
|
||||||
| attribute | type | purpose |
|
| attribute | type | purpose |
|
||||||
| ---------------- | ---- | ------------------------------------------------- |
|
| ---------------- | ---- | ------------------------------------------------- |
|
||||||
| `size` | Size | The new size of the Widget. |
|
| `size` | Size | The new size of the Widget |
|
||||||
| `virtual_size` | Size | The virtual size (scrollable area) of the Widget. |
|
| `virtual_size` | Size | The virtual size (scrollable area) of the Widget |
|
||||||
| `container_size` | Size | The size of the container (parent widget). |
|
| `container_size` | Size | The size of the container (parent widget) |
|
||||||
|
|||||||
Reference in New Issue
Block a user