From 6c2d3fc303542b7f77f4350974acf781a1b91c30 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 2 Mar 2006 02:14:10 +0000 Subject: minimally improved LCD support --- lib/python/Components/GUIComponent.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/python/Components/GUIComponent.py') diff --git a/lib/python/Components/GUIComponent.py b/lib/python/Components/GUIComponent.py index 1476ba83..493df681 100644 --- a/lib/python/Components/GUIComponent.py +++ b/lib/python/Components/GUIComponent.py @@ -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: -- cgit v1.2.3