| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |