add special color for marked and selected
[vuplus_dvbapp] / lib / gui / ewindowstyle.h
index 04d9d44..3c9c805 100644 (file)
@@ -18,7 +18,8 @@ public:
                styleLabel,
                styleListboxSelected,
                styleListboxNormal,
-               styleListboxMarked
+               styleListboxMarked,
+               styleListboxMarkedAndSelected
        };
        
        virtual void drawFrame(gPainter &painter, const eRect &frame, int type) = 0;