| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: list-view
Determines how icons in list-view are laid out
when they are arranged into a rectangular array. Such arrangement is
done only when the layout-style of the argument list-view
is either :small-icon or
:large-icon. (See arrange-icons and auto-arrange.)
The value can be :top
or
:left
. The default is :top
.
When the value is :top
, the icons are first laid
out in a row along the top of the window, then in a second row below
that, and so on. When the value is :left
, then the
icons are first laid out in a column along the left side of the
window, then in a second column beside that, and so on.
See the description of the list-view
class.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |