Wrapper for Text DataBlock
Methods
|
|
asLines
clear
set
write
|
|
asLines
|
asLines ( self )
Returns the text buffer as a list of lines (strings)
|
|
clear
|
clear ( self )
Clears the Text objects text buffer
|
|
set
|
set (
self,
attr,
val,
)
Set the Text attribute of name name to value val .
Currently supported:
follow_cursor : 1: Text output follows the cursor
|
|
write
|
write ( self, string )
Appends string to the text buffer
|
|