mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CInfoViewer: add member killInfobarText()
Ensure that no unnecessary instance of Components infobox is generated and paint only changed text.
This commit is contained in:
@@ -128,8 +128,11 @@ class CInfoViewer
|
||||
void showRadiotext();
|
||||
void killRadiotext();
|
||||
|
||||
//small infobox, shows a small textbox with a short message text,
|
||||
//text must be located in a file named /tmp/infobar.txt
|
||||
CComponentsInfoBox *infobar_txt;
|
||||
void showInfoFile();
|
||||
void killInfobarText();
|
||||
|
||||
//void loop(int fadeValue, bool show_dot ,bool fadeIn);
|
||||
void loop(bool show_dot);
|
||||
|
Reference in New Issue
Block a user