diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-27 21:11:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-27 21:11:19 +0000 |
| commit | 127c6c59e89dbdf96a93659104efd91428569a06 (patch) | |
| tree | c02bf43ceeb1496a04e3004a6e00f2dffd95bbeb /lib/gui/ewindowstyle.h | |
| parent | 19e1b120e85f3cf3906c640af47c5084b09dd3be (diff) | |
| download | enigma2-127c6c59e89dbdf96a93659104efd91428569a06.tar.gz enigma2-127c6c59e89dbdf96a93659104efd91428569a06.zip | |
add special color for marked and selected
Diffstat (limited to 'lib/gui/ewindowstyle.h')
| -rw-r--r-- | lib/gui/ewindowstyle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gui/ewindowstyle.h b/lib/gui/ewindowstyle.h index 04d9d44a..3c9c805b 100644 --- a/lib/gui/ewindowstyle.h +++ b/lib/gui/ewindowstyle.h @@ -18,7 +18,8 @@ public: styleLabel, styleListboxSelected, styleListboxNormal, - styleListboxMarked + styleListboxMarked, + styleListboxMarkedAndSelected }; virtual void drawFrame(gPainter &painter, const eRect &frame, int type) = 0; |
