GUIKit`
GUIKit`
"TextField"
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Widget["TextField"]
represents a text field.
Examples
Basic Examples (1)
Needs["GUIKit`"]ref = GUIRun[
Widget["TextField", {"text" -> "Enter text here"}]
];GUIScreenShot[ref]