From 7ee8589392aca17526ca30264689f204afc9646a Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 7 Dec 2005 14:39:36 +0000 Subject: use steps in startwizard --- lib/python/Components/Pixmap.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/Components/Pixmap.py') diff --git a/lib/python/Components/Pixmap.py b/lib/python/Components/Pixmap.py index 2a54ea98..5f4b9691 100644 --- a/lib/python/Components/Pixmap.py +++ b/lib/python/Components/Pixmap.py @@ -17,6 +17,9 @@ class Pixmap(Widget): 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) -- cgit v1.2.3