GUIKit Package

"TextArea"

Widget["TextArea"]
represents a text area.
  • 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"0the number of rows
"columns"0the number of columns
"lineWrap"Falsewhether to line wrap
© 2008 Wolfram Research, Inc. japanese.gif