From 2e874fa14264bf37f17ae9b9375e26059e7f35ec Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 15 Jun 2006 17:34:06 +0000 Subject: add new skin stuff --- lib/python/Components/Sources/Source.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/python/Components/Sources/Source.py (limited to 'lib/python/Components/Sources/Source.py') diff --git a/lib/python/Components/Sources/Source.py b/lib/python/Components/Sources/Source.py new file mode 100644 index 00000000..77fcb55f --- /dev/null +++ b/lib/python/Components/Sources/Source.py @@ -0,0 +1,16 @@ +class Source(object): + + def execBegin(self): + pass + + def execEnd(self): + pass + + def onShow(self): + pass + + def onHide(self): + pass + + def destroy(self): + self.__dict__.clear() -- cgit v1.2.3