diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-07 14:39:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-07 14:39:36 +0000 |
| commit | 7ee8589392aca17526ca30264689f204afc9646a (patch) | |
| tree | fc2438628d321be48978c45afe791380c4b7a27d /lib/python/Components/Pixmap.py | |
| parent | 22143de3c8c4780166beeb1e0a1575768c76bfe4 (diff) | |
| download | enigma2-7ee8589392aca17526ca30264689f204afc9646a.tar.gz enigma2-7ee8589392aca17526ca30264689f204afc9646a.zip | |
use steps in startwizard
Diffstat (limited to 'lib/python/Components/Pixmap.py')
| -rw-r--r-- | lib/python/Components/Pixmap.py | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
