GUIKit Package

"ComboBox"

Widget["ComboBox"]
represents a combo box.
  • 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
© 2008 Wolfram Research, Inc. japanese.gif