GUIKit`
GUIKit`

"ComboBox"

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

Widget["ComboBox"]

represents a combo box.

Details

  • To use Widget["ComboBox"], you first need to load GUIKit using Needs["GUIKit`"].
  • The following properties are available:
  • "items"{}the contents of the combo box
    "selectedItem"Nullthe item to display as selected
    "editable"Falsewhether the combo box can be edited
    "autocomplete"Truewhether typed input is automatically completed
  • The following event is available:
  • "action"the event triggered when there is a change in the current selection

Examples

Basic Examples  (1)