Name
Textview.Text -- set/get contents of textview object
Function
Set or get the text to be shown by the textview widget. The text can contain linefeeds and is automatically wordwrapped once it reaches the widget's boundaries. Multiline text will be aligned according to the alignment set using Textview.Align.

The string you specify here can use text formatting codes if Textview.Styled has been set to True. See Text formatting codes for details.

Type
String

Applicability
SG


Show TOC