The parameters are returned as multiple values, one for each key passed in keys and in the same order as the arguments.
The function
get-vertical-scroll-parameters
retrieves the specified parameters of the vertical scroll bar of
self
, which should be a displayed instance of a subclass of output-pane (such as
editor-pane) or layout.
The minimum data coordinate.
The maximum data coordinate.
The length of the scroll bar slug.
The scroll page size.
The scroll step size.
Note: For the other pane classes, such as list-panel, the underlying widget decides what the scroll range and units are.
See the following CAPI example files:
output-panes/scroll-test.lisp
output-panes/scrolling-without-bar.lisp