|
|
/** if width of the resource is greater then its height then makes | /** if width of the resource is greater then its height then makes |
a horizontal, else makes a vertical progress bar | a horizontal, else makes a vertical progress bar |
*/ | */ |
KrProgress::KrProgress (int width, |
KrProgress (int width, |
int height, | int height, |
KrRGBA FillColor, | KrRGBA FillColor, |
KrRGBA ChangeColor, | KrRGBA ChangeColor, |
|
|
/** if width of the resource is greater then its height then makes | /** if width of the resource is greater then its height then makes |
a horizontal, else makes a vertical progress bar | a horizontal, else makes a vertical progress bar |
*/ | */ |
KrProgress::KrProgress (int width, |
KrProgress (int width, |
int height, | int height, |
const KrScheme& scheme); | const KrScheme& scheme); |
| |