Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

set-frame-position

Generic function

Summary

Sets the position of the specified frame.

Signature

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

Arguments

frame
An instance of type <frame>.

x
An instance of type <integer>.

y
An instance of type <integer>.

Values

None

Library

duim-frames

Module

duim-frames

Description

Sets the position of frame. The coordinates x and y are measured from the top left of the screen, measured in pixels.

See also

frame-position, page 812

set-frame-size, page 845


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index