All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

progress-bar

Class
Summary

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

Package

capi

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 range-pane accessors (setf range-start) and (setf range-end) are used to specify integers delimiting the range of values the progress bar can display.

The accessor (setf range-slug-start) is used to set an integer value for the progress indicator.

Examples
(example-edit-file "capi/elements/progress-bar") (example-edit-file "capi/elements/progress-bar-from-background-thread")
See also

range-pane
titled-object
Slider, Progress bar and Scroll bar


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex