translations
[enigma2.git] / lib / gui / ewindowstyleskinned.h
index bc9c0549619d33d6737c8867f009feaf95d5cc9d..17988f65192632514fba666b00d6d801d56534c1 100644 (file)
@@ -61,11 +61,17 @@ public:
                colListboxSelectedForeground,
                colListboxMarkedBackground,
                colListboxMarkedForeground,
+               
+               colWindowTitleForeground,
+               colWindowTitleBackground,
                colMax
        };
        
        void setColor(int what, const gRGB &back);
        
+       void setTitleOffset(const eSize &offset);
+       void setTitleFont(gFont *fnt);
+       
 private:
        struct borderSet
        {
@@ -77,6 +83,9 @@ private:
        
        gRGB m_color[colMax];
        
+       eSize m_title_offset;
+       ePtr<gFont> m_fnt;
+       
        void drawBorder(gPainter &painter, const eRect &size, struct borderSet &border, int where);
 };