Ejemplo n.º 1
0
 def move(self, dx, dy):
     Draggable.move(self, dx, dy)
     for binding in self.bindings:
         binding.move(dx, dy)