mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
CComponentsHeader: add possibility to change font in header class
Origin commit data
------------------
Commit: 890d282315
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-28 (Tue, 28 May 2013)
Origin message was:
------------------
- CComponentsHeader: add possibility to change font in header class
This commit is contained in:
@@ -148,6 +148,7 @@ class CComponentsHeader : public CComponentsForm
|
||||
|
||||
virtual void setCaption(const std::string& caption);
|
||||
virtual void setCaption(neutrino_locale_t caption_locale);
|
||||
virtual void setCaptionFont(Font* font_name);
|
||||
virtual void setCaptionColor(fb_pixel_t text_color){cch_col_text = text_color;};
|
||||
virtual void setButtonOffset(const int offset){cch_btn_offset = offset;};
|
||||
virtual void setIcon(const char* icon_name);
|
||||
|
Reference in New Issue
Block a user