Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

repaint-sheet

Generic function

Summary

Repaints the specified region of a sheet.

Signature

repaint-sheet sheet region #key medium => ()

Arguments

sheet
An instance of type <sheet>.

region
An instance of type <region>.

medium
An instance of type <medium>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Repaints the are of sheet defined by region. If specified, the appropriate medium is used.

See also

handle-repaint, page 288

queue-repaint, page 336

<window-repaint-event>, page 374


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index