Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

set-caret-position

Generic function

Summary

Sets the position of the specified cursor.

Signature

set-cursor-position cursor x y => ()

Arguments

cursor
An instance of type <caret>.

x
An instance of type <real>.

y
An instance of type <real>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Sets the position of cursor to (x,y).

See also

caret-position, page 216

set-pointer-position, page 340


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index