X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FGUIComponent.py;fp=lib%2Fpython%2FComponents%2FGUIComponent.py;h=8f6362fdadbe88407c4b045aec8cd6042631fdc2;hb=9a0d02d2e74c24dcc7b8bfe6df937e92c8af1d0d;hp=493df681482f4fd96c3acb4c625d2770dbbc511d;hpb=53cccbdf7f4b485d295689d6ce9fd77a01694602;p=vuplus_dvbapp diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py index 493df68..8f6362f 100644 --- a/lib/python/Components/GUIComponent.py +++ b/lib/python/Components/GUIComponent.py @@ -24,6 +24,9 @@ class GUIComponent: def onHide(self): pass + def destroy(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: