Classes
MultilineField | A simple multiline editable text widget. |
Bases: enaml.widgets.control.Control
A simple multiline editable text widget.
The unicode text to display in the field.
Whether or not the field is read only.
Whether the text in the control should be auto-synchronized with the text attribute on the field. If this is True, the text will be updated every time the user edits the control. In order to be efficient, the toolkit will batch updates on a collapsing timer.
Multiline fields expand freely in width and height by default.
A reference to the ProxyMultilineField object.