git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use steps in startwizard
[enigma2.git]
/
lib
/
python
/
Components
/
Pixmap.py
diff --git
a/lib/python/Components/Pixmap.py
b/lib/python/Components/Pixmap.py
index 2a54ea9864b8dbba8d814fe6702bbdd635798a7a..5f4b96915d5e1c5b449c5298dc09efadff1228ac 100644
(file)
--- 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)