mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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
|
///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;};
|
void setButtonFont(Font* font){ccf_btn_font = font;};
|
||||||
|
|
||||||
|
///returns pointer to internal button container
|
||||||
|
CComponentsFrmChain* getButtonChainObject(){return chain;};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user