use steps in startwizard
[enigma2.git] / lib / python / Components / Pixmap.py
index 2a54ea9864b8dbba8d814fe6702bbdd635798a7a..5f4b96915d5e1c5b449c5298dc09efadff1228ac 100644 (file)
@@ -17,6 +17,9 @@ class Pixmap(Widget):
        def removeWidget(self, w):
                pass
 
        def removeWidget(self, w):
                pass
 
+       def move(self, x, y):
+               self.instance.move(ePoint(int(x), int(y)))
+
 class PixmapConditional(ConditionalWidget, Pixmap):
        def __init__(self, withTimer = True):
                ConditionalWidget.__init__(self)
 class PixmapConditional(ConditionalWidget, Pixmap):
        def __init__(self, withTimer = True):
                ConditionalWidget.__init__(self)