mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
CProgressBar: add member paintShapes()
paintShapes() replaces paintBoxRel() TODO: paint v-lines with CComponents
This commit is contained in:
@@ -91,6 +91,8 @@ class CProgressBar : public CComponentsItem
|
||||
void paintSimple();
|
||||
///paint version of progressbar with color and advanced display modifications
|
||||
void paintAdvanced();
|
||||
///painting of activ/passive bars via shape object
|
||||
void paintShapes(int &shx, int ­, int &shw, int &shh, fb_pixel_t &col);
|
||||
|
||||
void initDimensions();
|
||||
|
||||
|
Reference in New Issue
Block a user