mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
new post (#2069)
* new post * Update docs/blog/posts/await-me-maybe.md Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> * Update docs/blog/posts/await-me-maybe.md Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> * Update docs/blog/posts/await-me-maybe.md Co-authored-by: Dave Pearson <davep@davep.org> * Update docs/blog/posts/await-me-maybe.md Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> * words --------- Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
@@ -551,7 +551,7 @@ We also want the switches to update if the user edits the decimal value.
|
||||
Since the switches are children of `ByteEditor` we can update them by setting their attributes directly.
|
||||
This is an example of "attributes down".
|
||||
|
||||
=== "byte02.py"
|
||||
=== "byte03.py"
|
||||
|
||||
```python title="byte03.py" hl_lines="5 45-47 90 92-94 109-114 116-120"
|
||||
--8<-- "docs/examples/guide/compound/byte03.py"
|
||||
|
||||
Reference in New Issue
Block a user