3 summary:: A view displaying editable text
7 A view displaying editable text.
22 The text displayed in the view.
28 If link::#-setBoth:: is true, setting this variable also sets link::#-string:: to the value interpreted link::Classes/Object#-asString#as String::.
31 Any object, typically one which makes sense to display as a string, such as a Float.
34 A variable stating whether setting link::#-object:: will also set link::#-string::.
40 Gets the same as link::#-string::, but when setting also sets link::#-string:: to the value interpreted link::Classes/Object#-asString#as String:: regardless of the link::#-setBoth:: flag.
43 Any object, typically one which makes sense to display as a string, such as a Float.
46 Sets link::#-value:: and triggeres link::#-action::.
49 SUBSECTION:: Appearance
52 The alignment of the displayed text.
55 One of the following symbols: \centered, \left, or \right.
58 The font used to display the text.
64 The color used to display the text.
70 Setting this variable colors the inside of the field under the text with the given color.
79 The action object evaluated whenever the user changes the text.
82 SUBSECTION:: Drag and drop
84 METHOD:: defaultGetDrag
86 The displayed link::#-string::.
88 METHOD:: defaultCanReceiveDrag
92 METHOD:: defaultReceiveDrag
93 Sets link::#-valueAction:: to the current drag data.