CComponentsFooter: use chain object in global scope of class

Origin commit data
------------------
Branch: ni/coolstream
Commit: bd03327cb4
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-01 (Thu, 01 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-05-01 22:07:42 +02:00
parent 9c543703a8
commit 113c07a27a
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,