world_progressbar

Vars | |
bar | The progress bar visual element. |
---|---|
goal | Effectively the number of steps the progress bar will need to do before reaching completion. |
last_progress | Control check to see if the progress was interrupted before reaching its goal. |
listindex | Variable to ensure smooth visual stacking on multiple progress bars. |
owner | The atom who "created" the bar |
qdel_when_done | Does this qdelete on completion? |
Procs | |
update | Updates the progress bar image visually. |
Var Details
bar

The progress bar visual element.
goal

Effectively the number of steps the progress bar will need to do before reaching completion.
last_progress

Control check to see if the progress was interrupted before reaching its goal.
listindex

Variable to ensure smooth visual stacking on multiple progress bars.
owner

The atom who "created" the bar
qdel_when_done

Does this qdelete on completion?
Proc Details
update
Updates the progress bar image visually.