CComponentsFooter: add member to get pointer to button container

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7cbd4e3469
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-02 (Fri, 02 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-02 17:46:13 +02:00
parent 7faf6fa2b3
commit 4cb4ce2d3d

View File

@@ -95,6 +95,9 @@ class CComponentsFooter : public CComponentsHeader
///property: set font for label caption, parameter as font object, value NULL causes usage of dynamic font
void setButtonFont(Font* font){ccf_btn_font = font;};
///returns pointer to internal button container
CComponentsFrmChain* getButtonChainObject(){return chain;};
};
#endif