aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Pixmap.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 10:30:39 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-09 10:30:39 +0000
commitfd07ec4a3d617bb1ee1f7ebdf6791014586efd84 (patch)
tree0ff00f10b290958a85472aa2176b929cba5ab6ee /lib/python/Components/Pixmap.py
parenta4332bd8d55eb4b54972f64c91aefd42f388de52 (diff)
downloadenigma2-fd07ec4a3d617bb1ee1f7ebdf6791014586efd84.tar.gz
enigma2-fd07ec4a3d617bb1ee1f7ebdf6791014586efd84.zip
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?)
Diffstat (limited to 'lib/python/Components/Pixmap.py')
-rw-r--r--lib/python/Components/Pixmap.py3
1 files changed, 0 insertions, 3 deletions
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)