fluid.progress_bar

Members

Aliases

progressBar
alias progressBar = simpleConstructor!ProgressBar
ProgressBar
class ProgressBar

Progress bar node for communicating the program is actively working on something, and needs time to process. The progress bar draws a styleable ProgressBarFill node inside, spanning a fraction of its content, usually starting from left. Text is drawn over the node to display current progress.

Classes

ProgressBarFill
class ProgressBarFill

Content for the progress bar. Used for styling. See ProgressBar for usage instructions.

Meta