Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

note-progress

Generic function

Summary

Note the progress of an event in the specified progress note.

Signature

note-progress numerator denominator 
#key note label pointer-cursor => ()

Arguments

numerator
An instance of type <integer>.

denominator
An instance of type <integer>.

note
An instance of type <progress-note>. Default value: *progress-note*.

label
An instance of type <label>.

pointer-cursor
An instance of type <pointer>.

Values

None

Library

duim-frames

Module

duim-frames

Description

Note the progress of an event in note.

If a numerator and denominator are supplied, then the progress is displayed in terms of those figures. For example, if numerator is 1, and denominator is 10, then the progress is displayed in tenths.

If supplied, pointer-cursor is used as a cursor when the mouse pointer is placed over the owner frame.

See also

noting-progress, page 837

*progress-note*, page 838


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index