NextPrevUpTopContentsIndex

get-horizontal-scroll-parameters

Generic Function
Summary

Queries the scroll parameters of a horizontal scroll bar.

Package

capi

Signature

get-horizontal-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 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 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.

Note: For the other pane classes, such as list-panel, the underlying widget decides what the scroll range and units are.

Example

See the following CAPI example files:

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

get-scroll-position
scroll
set-horizontal-scroll-parameters
simple-pane


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex