e = h.TextEditor()
e = h.TextEditor(string)
e = h.TextEditor(string, rows, columns)
Warning
At this time no scroll bars or even much functionality. Mouse editing and emacs style works.
string = e.text()
string = e.text(string)
boolean = e.readonly()
boolean = e.readonly(boolean)