mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CProgressBar: add own position methodes
NOTE: not required in branch pu/fb-setmode, remove this after merge!
This commit is contained in:
@@ -157,6 +157,9 @@ class CProgressBar : public CComponentsItem
|
||||
|
||||
//set gradient (overides g_settings.theme.progressbar_gradient)
|
||||
void setGradient(int &gradient) { pb_gradient = &gradient; }
|
||||
|
||||
void setXPos(const int& xpos){CCDraw::setXPos(xpos);}
|
||||
void setYPos(const int& ypos){CCDraw::setYPos(ypos);}
|
||||
};
|
||||
|
||||
#endif /* __CC_PROGRESSBAR_H__ */
|
||||
|
Reference in New Issue
Block a user