3 from enigma import ePoint
17 # this works only with normal widgets - if you don't have self.instance, override this.
18 def applySkin(self, desktop):
19 skin.applyAllAttributes(self.instance, desktop, self.skinAttributes)
22 self.instance.move(ePoint(int(x), int(y)))