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" Null the item to display as selected "editable" False whether the combo box can be edited "autocomplete" True whether typed input is automatically completed - The following event is available:
-
"action" the event triggered when there is a change in the current selection