tkd.widget.progressbar

Widget module.

Members

Classes

ProgressBar
class ProgressBar

A progress bar widget shows the status of a long-running operation. They can operate in two modes: determinate mode shows the amount completed relative to the total amount of work to be done, and indeterminate mode provides an animated display to let the user know that something is happening.

Enums

ProgressBarMode
enum ProgressBarMode

The mode of a progress bar.

Meta

License

MIT. See LICENSE for full details.