A view displaying editable text.
The text displayed in the view.
| text | 
 A String.  | 
If -setBoth is true, setting this variable also sets -string to the value interpreted as String.
| obj | 
 Any object, typically one which makes sense to display as a string, such as a Float.  | 
Gets the same as -string, but when setting also sets -string to the value interpreted as String regardless of the -setBoth flag.
| val | 
 Any object, typically one which makes sense to display as a string, such as a Float.  | 
The alignment of the displayed text. See Alignment for possible values.
The font used to display the text.
| aFont | 
 A Font.  | 
The color used to display the text.
| color | 
 A Color.  | 
Setting this variable colors the inside of the field under the text with the given color.
| color | 
 A Color.  | 
The action object evaluated whenever the user changes the text.
The displayed -string.
Always true.
Sets -valueAction to the current drag data.