minimally improved LCD support
[enigma2.git] / lib / python / Components / GUIComponent.py
index 1476ba8393b02f0f6ae2da89916df7cff74acb96..493df681482f4fd96c3acb4c625d2770dbbc511d 100644 (file)
@@ -18,6 +18,12 @@ class GUIComponent:
        def execEnd(self):
                pass
        
+       def onShow(self):
+               pass
+
+       def onHide(self):
+               pass
+       
        # this works only with normal widgets - if you don't have self.instance, override this.
        def applySkin(self, desktop):
                if self.state == self.HIDDEN: