| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: list-widget
Returns the index of the selected item in
list-widget. Zero indicates the top item in the
list. If no item is selected, nil
is
returned. If the widget is a multi-item-list
, then a list of the
selected values is returned, or nil
if no
items are selected.
list-widget can be a single-item-list
, a multi-item-list
, or a
combo-box
.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |