mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsFooter: add member to get pointer to button container
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user