- add clearBackgroundColor to use default (defined by style) again
[enigma2.git] / lib / gui / ewidget.h
index 9f3df2c059967b893bbce80a7fb4feae49fbbf43..345977f225da2026fe40f7168c7dd75d577aeb0b 100644 (file)
@@ -34,6 +34,7 @@ public:
        void setStyle(eWindowStyle *style) { m_style = style; }
        
        void setBackgroundColor(const gRGB &col);
+       void clearBackgroundColor();
        
                /* untested code */
        int isVisible() { return (m_vis & wVisShow) && ((!m_parent) || m_parent->isVisible()); }