Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

set-scroll-position

Generic function

Summary

Scrolls the window on the specified sheet.

Signature

set-scroll-position sheet x y => ()

Arguments

sheet
An instance of type <sheet>.

x
An instance of type <integer>.

y
An instance of type <integer>.

Values

None.

Library

duim-gadgets

Module

duim-gadgets

Description

Scrolls the window on sheet by setting the position of the scroll bar slug. Note that this generic function only sets the position of scroll bar slugs that have been created using the scrolling macro. It does not work on gadgets with scroll bars defined explicitly.

Note: The Microsoft Windows Interface Guidelines refer to the slug as a scroll-box, and the area in which the slug can slide as the scroll-shaft. You should be aware of this difference if you are using those guidelines as a reference.

See also

scroll-position, page 641

scrolling, page 639


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index