
4.2 List panels
:interaction keyword. The list produced in the example above is known as a single-selection list because only one item at a time may be selected. List panels are:single-selectionby default.
There are also multiple-selection and extended-selection lists available. The possible interactions for list panels are:
:single-selection -- only one item may be selected:multiple-selection -- more than one item may be selected:extended-selection -- see Section 4.2.2:interaction keyword, like this:
(contain
(make-instance
'list-panel
:items '("Red" "Green" "Blue")
:interaction :multiple-selection))

Generated with Harlequin WebMaker