diff options
author | louis <louis.braun@gmx.de> | 2014-01-10 23:07:52 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-10 23:07:52 +0100 |
commit | 15dbae66ebc12e9e3175fd22a5d7d7faf1fb9257 (patch) | |
tree | dd93cca2211853b24e18271fa427c9aa57b47650 /recmenuitem.h | |
parent | 84629bde6c85ba9bec34324a89e8fe4de8d2caa5 (diff) | |
download | vdr-plugin-tvguide-15dbae66ebc12e9e3175fd22a5d7d7faf1fb9257.tar.gz vdr-plugin-tvguide-15dbae66ebc12e9e3175fd22a5d7d7faf1fb9257.tar.bz2 |
Small fixes
Diffstat (limited to 'recmenuitem.h')
-rw-r--r-- | recmenuitem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recmenuitem.h b/recmenuitem.h index 5b3aa2e..8cafed6 100644 --- a/recmenuitem.h +++ b/recmenuitem.h @@ -124,12 +124,15 @@ private: bool halfWidth; bool alignLeft; const cFont *fontButtons; + cPixmap *pixmapText; public: cRecMenuItemButton(const char *text, eRecMenuState action, bool active, bool halfWidth = false, bool alignLeft = false, bool largeFont = false); virtual ~cRecMenuItemButton(void); int GetWidth(void); void SetPixmaps(void); void Draw(void); + void Hide(void); + void Show(void); cString GetStringValue(void) { return text; }; eRecMenuState ProcessKey(eKeys Key); }; |