Open abstract instantiable class
The class of option boxes.
borders:one-of(#f, #"none", #"flat", #"sunken", #"raised", #"ridge", #"groove", #"input", #"output"). Default value: #f.
scroll-bars: one-of(#f, #"none", #"horizontal", #"vertical", #"both", #"dynamic"). Default value: #"both".
duim-gadgets
duim-gadgets
|
The borders: init-keyword lets you specify a border around the option box. If specified, a border of the appropriate type is drawn around the gadget.
The scroll-bars: init-keyword lets you specify the scroll bar behavior for the gadget.
Internally, this class maps into the Windows drop-down list control.
<combo-box>, page 544