|
SOLUTIONS
|
GUIKIT PACKAGE
{}"TextArea"
Widget["TextArea"]
represents a text area.
DetailsDetails
- 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
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


