pythonware.com products ::: library ::: search ::: daily Python-URL!
   

The Text Widget

Back   Next   

 Chapter 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 Widget

The 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.

Back   Next