get-selections in list-box%
get-selections
list-box%
Returns a list of indices for all currently selected items. List box items are indexed from 0.
0
For single-selection lists, the result is always either null or a list containing one number.
null
(send a-list-box get-selections) -> list of exact integers
(send a-list-box get-selections)
send
a-list-box