GUIKit`
GUIKit`

"PasswordField"

The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.

Widget["PasswordField"]

represents a password field.

Details

  • To use Widget["PasswordField"], you first need to load GUIKit using Needs["GUIKit`"].
  • The following properties are available:
  • "text"""text content
    "enabled"Truewhether the password field is enabled
  • The following event is available:
  • "action"the event triggered when TemplateBox[{return}, Key0, BaseStyle -> {2ColumnTableMod, FontWeight -> Plain, FontFamily -> Source Sans Pro}] is pressed

Examples

Basic Examples  (1)