next up previous contents
Next: Command Up: Element on a configuration page Previous: CheckBox

ComboBox

 

tex2html_wrap1177


A ComboBox is an Entry with a drop-down ListBox with alternative values from a fixed set.

Standard Options

-text
This is the text before the ComboBox
-textafter
This is the text after the ComboBox
-default
This is the default value for the ComboBox given as text.
-defaultIndex
This is a shorcut to set the value to the elemnt with the given index.
-entries
This is a list of entries in the ComboBox
-entryhelp
This is a list : {"element 1" "help for element 1" "element 2" "help for element 2" ...}.
If this is given, the -entries option is ignored.
-help
This is the help for the ComboBox
-count
This is the number of element visiable in the drop-down listbox
-noedit
If this option is given, no text may be entered in the ComboBox
-export
This tells wether the widget shall be exported or not.

Link to Variables

A ComboBox links to an associative array as the Menu widget



Jesper Kjær Pedersen <blackie@imada.ou.dk>
Wed Oct 2 13:29:53 MET DST 1996