CComponents: Add color gradient for CC_FBDATA_TYPE_BOX

Origin commit data
------------------
Commit: db6fd8480d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-20 (Sat, 20 Sep 2014)
This commit is contained in:
Michael Liebmann
2014-09-20 21:34:07 +02:00
committed by [CST] Focus
parent a1c6d5fba2
commit 7fd3742c49
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);