CComponents: Add color gradient for CC_FBDATA_TYPE_BOX

This commit is contained in:
M. Liebmann
2014-09-20 21:34:07 +02:00
committed by [CST] Focus
parent d893f08143
commit db6fd8480d
3 changed files with 30 additions and 5 deletions

View File

@@ -249,6 +249,8 @@ class CComponentsItem : public CComponents
///Is typically the type CComponentsForm or derived classes, default intialized with NULL
CComponentsForm *cc_parent;
gradientData_t cc_gradientData;
///hides item, arg: no_restore=true causes no restore of background, but clean up pixel buffer if required
void hideCCItem(bool no_restore = false);