The parameters are returned as multiple values, one for each key passed in keys and in the same order as the arguments.
Retrieves the specified parameters of the horizontal scroll bar of
self
, which should be a displayed instance of a subclass of simple-pane which does internal scrolling (such as
editor-pane).
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