| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 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 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |