Files
textual/docs/api/message_pump.md
Dave Pearson 8d2336a02e Increase the coverage of API documentation
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.
2023-02-28 12:27:22 +00:00

144 B

A message pump is a class that processes messages.

It is a base class for the App, Screen, and Widget classes.

::: textual.message_pump