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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 230 textx = self.x+20-1
234 id = self.canvas.create_text(textx, texty, anchor="nw",
239 textx = max(x1, 200) + 10
257 id = self.canvas.create_window(textx, texty,

Completed in 232 milliseconds