Next Prev Up Top Contents Index

progress-bar

Class
Summary

A pane that is used to show progress during a lengthy task.

Superclasses

range-pane
titled-object
simple-pane

Description

This pane is used to display progress during a lengthy task. It has no interactive behavior.

The accessors (setf range-start) and (setf range-end) are used to specify the range of values the progress bar can display.

The accessor (setf range-slug-start) is used to set the progress indication.

See also

range-pane
titled-object


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index