NextPrevUpTopContentsIndex

get-vertical-scroll-parameters

Generic Function
Summary

Queries the scroll parameters of a vertical scroll bar.

Package

capi

Signature

get-vertical-scroll-parameters self &rest keys
=> parameter, parameter,...

Arguments

self

A displayed simple-pane.

keys

Keywords as below.

Values

parameter

The parameters are returned as multiple values, one for each key passed in keys and in the same order as the arguments.

Description

Retrieves the specified parameters of the vertical 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 valid keys are:

:min-range

The minimum data coordinate.

:max-range

The maximum data coordinate.

:slug-position

The current scroll position.

:slug-size

The length of the scroll bar slug.

:page-size

The scroll page size.

:step-size

The scroll step size.

Example

See the following CAPI example files:

output-panes/scroll-test.lisp
output-panes/scrolling-without-bar.lisp
See also

scroll
set-vertical-scroll-parameters
simple-pane


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex