minimally improved LCD support
[vuplus_dvbapp] / lib / python / Components / GUIComponent.py
index 1476ba8..493df68 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: