Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

queue-repaint

Generic function

Summary

Queues a repaint for the specified region of the specified sheet.

Signature

queue-repaint sheet region => ()

Arguments

sheet
An instance of type <sheet>.

region
An instance of type <region>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Queues a repaint for the area of sheet defined by region.

See also

handle-repaint, page 288

repaint-sheet, page 337

<window-repaint-event>, page 374


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index