aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindowstyle.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-27 21:11:19 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-27 21:11:19 +0000
commit127c6c59e89dbdf96a93659104efd91428569a06 (patch)
treec02bf43ceeb1496a04e3004a6e00f2dffd95bbeb /lib/gui/ewindowstyle.h
parent19e1b120e85f3cf3906c640af47c5084b09dd3be (diff)
downloadenigma2-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.h3
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;