mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
CComponentsButton: remove function blocks from header
Origin commit data
------------------
Commit: 19fa5e6418
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-20 (Fri, 20 Sep 2013)
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#define __CC_BUTTONS_H__
|
||||
|
||||
#include <config.h>
|
||||
#include <global.h>
|
||||
#include "cc.h"
|
||||
#include "cc_frm.h"
|
||||
#include <string>
|
||||
@@ -85,9 +84,9 @@ class CComponentsButton : public CComponentsForm
|
||||
virtual void setButtonTextColor(fb_pixel_t caption_color){cc_btn_capt_col = caption_color;};
|
||||
|
||||
///set caption: parameter as string
|
||||
virtual void setCaption(const std::string& text){cc_btn_capt = text;};
|
||||
virtual void setCaption(const std::string& text);
|
||||
///set caption: parameter as locale
|
||||
virtual void setCaption(const neutrino_locale_t locale_text){cc_btn_capt = g_Locale->getText(locale_text);};
|
||||
virtual void setCaption(const neutrino_locale_t locale_text);
|
||||
|
||||
///reinitialize items
|
||||
virtual void Refresh(){initCCBtnItems();};
|
||||
|
Reference in New Issue
Block a user