cc_frm_footer: prepare for c2c gradient

Origin commit data
------------------
Commit: 5599784642
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-04 (Mon, 04 May 2015)

Origin message was:
------------------
- cc_frm_footer: prepare for c2c gradient
This commit is contained in:
vanhofen
2015-05-04 08:53:11 +02:00
parent 26337a2c8a
commit fa19d61637
2 changed files with 11 additions and 1 deletions

View File

@@ -138,6 +138,14 @@ class CComponentsFooter : public CComponentsHeader
Font* font = NULL,
bool do_save_bg = CC_SAVE_SCREEN_NO
);
enum
{
CC_FOOTER_SIZE_LARGE = 0,
CC_FOOTER_SIZE_SMALL = 1
};
///set size of footer, possible values are CC_FOOTER_SIZE_LARGE, CC_FOOTER_SIZE_SMALL
virtual void setSizeMode(const int& size_mode){cch_size_mode = size_mode; initCCItems();};
};
#endif