mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsText: add member clearCCText()
This commit is contained in:
@@ -224,6 +224,7 @@ class CComponentsText : public CComponentsItem
|
||||
Font * ct_font;
|
||||
|
||||
void initVarText();
|
||||
void clearCCText();
|
||||
private:
|
||||
const char* ct_text;
|
||||
int ct_text_mode; //see textbox.h for possible modes
|
||||
@@ -231,7 +232,7 @@ class CComponentsText : public CComponentsItem
|
||||
bool ct_text_sended;
|
||||
|
||||
|
||||
void initText();
|
||||
void initCCText();
|
||||
|
||||
public:
|
||||
CComponentsText();
|
||||
|
Reference in New Issue
Block a user