CComponentsFooter: add member to get pointer to button container

This commit is contained in:
2014-05-02 17:46:13 +02:00
parent 995eff8ffe
commit 7cbd4e3469

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