![[index]](../icons/index.gif)
Next: append
Up: Windowing Class Reference
Previous: set-string
Extends: control<%>
A list control gives the user a list of string items to choose from.
There are two built-in classes that implement
list-control<%>:
- choice% -- presents the list in a popup menu (so
the user can choose only one item at a time)
- list-box% -- presents the list in a scrolling box,
allowing the use to choose one item (if the style includes
'single) or any number of items
In either case, the set of user-selectable items can be changed
dynamically.
Methods
All Methods
![[index]](../icons/index.gif)
Next: append
Up: Windowing Class Reference
Previous: set-string
PLT