pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Text WidgetChapter 42. The Text Widget
The Text widget provides formatted text display. It allows you to display and edit text with various styles and attributes. The widget also supports embedded images and windows. When to use the Text WidgetThe text widget is used to display text documents, containing either plain text or formatted text (using different fonts, embedded images, and other embellishments). The text widget can also be used as a text editor. |