HomeSort by relevance Sort by last modified time
    Searched refs:xAmount (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 79 def move(self, xamount, yamount):
80 self.canvas.move(self.id, xamount, yamount)
180 def move(self, xAmount, yAmount):
181 self._do('move', xAmount, yAmount)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 79 def move(self, xamount, yamount):
80 self.canvas.move(self.id, xamount, yamount)
180 def move(self, xAmount, yAmount):
181 self._do('move', xAmount, yAmount)

Completed in 130 milliseconds