From fd07ec4a3d617bb1ee1f7ebdf6791014586efd84 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 9 Dec 2005 10:30:39 +0000 Subject: show lists and configs in startwizard by adjusting the zPosition left/right is now possible with configlists in the wizard up/down possible with lists but doesn't work on configlists (why?) --- lib/python/Components/Pixmap.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/python/Components/Pixmap.py') diff --git a/lib/python/Components/Pixmap.py b/lib/python/Components/Pixmap.py index d25530ea..211b772c 100644 --- a/lib/python/Components/Pixmap.py +++ b/lib/python/Components/Pixmap.py @@ -17,9 +17,6 @@ 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