Home | All Classes | Grouped Classes | Index | Search
ProgressBar component More...
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
ProgressBar Constructor  | 
Attributes:
Returns the total number of steps.  | |
Returns the current amount of progress.  | |
Returns the current amount of progress in percentage.  | 
Operations:
Sets the total number of steps to total_steps.  | |
Sets the current amount of progress of the total number of steps.  | |
Progresses the bar with steps.  | |
Reset the progress bar. The progress bar `rewinds'.  | 
Detailed description:
!group=GUI/Controls! !header=gui.h!