real fix: set background color even when widget is transparent
[vuplus_dvbapp] / lib / gui / ewidget.h
index 879e5ea..db86fd1 100644 (file)
@@ -40,10 +40,13 @@ public:
        void clearBackgroundColor();
        
        void setZPosition(int z);
+       void setTransparent(int transp);
        
                /* untested code */
        int isVisible() { return (m_vis & wVisShow) && ((!m_parent) || m_parent->isVisible()); }
                /* ... */
+               
+       int isTransparent() { return m_vis & wVisTransparent; }
        
        eWidgetAnimation m_animation;
 private: