CComponentsFooter: use chain object in global scope of class

This commit is contained in:
2014-05-01 22:07:42 +02:00
parent 2c87bb750a
commit bd03327cb4
2 changed files with 10 additions and 3 deletions

View File

@@ -63,8 +63,10 @@ class CComponentsFooter : public CComponentsHeader
///property: set font for label caption, see also setButtonFont()
Font* ccf_btn_font;
///container for button objects
CComponentsFrmChain *chain;
public:
CComponentsFooter(CComponentsForm *parent = NULL);
CComponentsFooter( const int& x_pos, const int& y_pos, const int& w, const int& h = 0,
const int& buttons = 0,