mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsHeader: add methode getCaptionFont()
This commit is contained in:
@@ -123,6 +123,8 @@ class CComponentsHeader : public CComponentsForm
|
||||
virtual void setCaptionAlignment(const int& align_mode){cch_caption_align = align_mode;};
|
||||
///set text font object for caption
|
||||
virtual void setCaptionFont(Font* font);
|
||||
///returns font object of title caption
|
||||
virtual Font* getCaptionFont(){return cch_font;};
|
||||
///set text color for caption
|
||||
virtual void setCaptionColor(fb_pixel_t text_color){cch_col_text = text_color;};
|
||||
|
||||
|
Reference in New Issue
Block a user