summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-01-17 14:33:53 +0100
committerlouis <louis.braun@gmx.de>2013-01-17 14:33:53 +0100
commit68928cb9f07eb2461f25a5d082fea4f9bfc94d7f (patch)
treea2a97ac3f649212319ea56506403d98f6939aa0d /footer.h
parent47c3fea545a1b4607deda1e7d2fa51cbcf89a656 (diff)
downloadvdr-plugin-tvguide-68928cb9f07eb2461f25a5d082fea4f9bfc94d7f.tar.gz
vdr-plugin-tvguide-68928cb9f07eb2461f25a5d082fea4f9bfc94d7f.tar.bz2
Changed color buttons to nOpacity style
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/footer.h b/footer.h
index 9cf6045..805ab0a 100644
--- a/footer.h
+++ b/footer.h
@@ -5,12 +5,12 @@
class cFooter {
private:
- cStyledPixmap *buttonRed;
- cStyledPixmap *buttonGreen;
- cStyledPixmap *buttonYellow;
- cStyledPixmap *buttonBlue;
- int textY;
+ cPixmap *footer;
int buttonWidth;
+ int buttonHeight;
+ int buttonY;
+ int buttonBorder;
+ void DrawButton(const char *text, tColor color, tColor borderColor, int num);
public:
cFooter();
virtual ~cFooter(void);