mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
s/fledge/fledged/
This commit is contained in:
@@ -82,7 +82,7 @@ Textual knows to *await* your event handlers if they are coroutines (i.e. prefix
|
||||
|
||||
Widgets are self-contained components responsible for generating the output for a portion of the screen. Widgets respond to events in much the same way as the App. Most apps that do anything interesting will contain at least one (and probably many) widgets which together form a User Interface.
|
||||
|
||||
Widgets can be as simple as a piece of text, a button, or a fully-fledge component like a text editor or file browser (which may contain widgets of their own).
|
||||
Widgets can be as simple as a piece of text, a button, or a fully-fledged component like a text editor or file browser (which may contain widgets of their own).
|
||||
|
||||
### Composing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user