Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

scroll-line-items

Arguments: chart-widget

Returns the value of the scroll-line-items property of a chart-widget. The value may be set at creation time by passing the :scroll-line-items initarg, or any time later by calling (setf scroll-line-items).

scroll-line-items is the number of chart items by which a chart-widget will scroll along its item axis when the user presses an arrow key. The value should be a positive integer. The default value is 1, so that the widget will scroll by one chart item each time an arrow key is pressed.

See also scroll-page-portion and scroll-on-drag.

See chart-widget and also cg-chart-widget.htm.


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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version