add getAbsolutePosition
[enigma2.git] / lib / gui / ewidget.h
index 3ddfdc263cc02a565c84f7598eb42f5371067c88..4175eae7b67739b898a7da195c5bf4ea1517e257 100644 (file)
@@ -48,6 +48,8 @@ public:
                
        int isTransparent() { return m_vis & wVisTransparent; }
        
+       ePoint getAbsolutePosition();
+       
        eWidgetAnimation m_animation;
 private:
        eWidgetDesktop *m_desktop;