mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
See #1364 -- rather than pull in specific classes, this pulls in every publicly-documented item (function, class, type, "constant", etc) that can be found in each of the modules. This should help improve the linkage of types within the documentation.
6 lines
144 B
Markdown
6 lines
144 B
Markdown
A message pump is a class that processes messages.
|
|
|
|
It is a base class for the `App`, `Screen`, and `Widget` classes.
|
|
|
|
::: textual.message_pump
|