GUIKit`
GUIKit`
"TextArea"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["TextArea"]
represents a text area.
Details
- To use Widget["TextArea"], you first need to load GUIKit using Needs["GUIKit`"].
- Widget["TextField"] is typically used for single line input using a single font, while Widget["TextArea"] would typically be used to display or take multiple line input also in a single font style.
- The following properties are available:
-
"text" "" the contents of the text area "rows" 0 the number of rows "columns" 0 the number of columns "lineWrap" False whether to line wrap