| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |