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

  /external/python/cpython2/Demo/turtle/
turtleDemo.py 107 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
130 self.canvwidth = 1000
133 root, 800, 600, self.canvwidth, self.canvheight)
  /external/python/cpython3/Lib/turtledemo/
__main__.py 201 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
234 self.canvwidth = 1000
237 root, 800, 600, self.canvwidth, self.canvheight)
  /external/python/cpython2/Lib/lib-tk/
turtle.py 153 "canvwidth" : 400,
360 canvwidth=600, canvheight=500):
364 self.canvwidth, self.canvheight = canvwidth, canvheight
384 def reset(self, canvwidth=None, canvheight=None, bg = None):
386 if canvwidth:
387 self.canvwidth = canvwidth
393 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
394 self.canvwidth//2, self.canvheight//2)
    [all...]
  /external/python/cpython3/Lib/
turtle.py 151 "canvwidth" : 400,
336 canvwidth=600, canvheight=500):
340 self.canvwidth, self.canvheight = canvwidth, canvheight
360 def reset(self, canvwidth=None, canvheight=None, bg = None):
362 if canvwidth:
363 self.canvwidth = canvwidth
369 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
370 self.canvwidth//2, self.canvheight//2)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 153 "canvwidth" : 400,
360 canvwidth=600, canvheight=500):
364 self.canvwidth, self.canvheight = canvwidth, canvheight
384 def reset(self, canvwidth=None, canvheight=None, bg = None):
386 if canvwidth:
387 self.canvwidth = canvwidth
393 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
394 self.canvwidth//2, self.canvheight//2)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 153 "canvwidth" : 400,
360 canvwidth=600, canvheight=500):
364 self.canvwidth, self.canvheight = canvwidth, canvheight
384 def reset(self, canvwidth=None, canvheight=None, bg = None):
386 if canvwidth:
387 self.canvwidth = canvwidth
393 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
394 self.canvwidth//2, self.canvheight//2)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 153 "canvwidth" : 400,
360 canvwidth=600, canvheight=500):
364 self.canvwidth, self.canvheight = canvwidth, canvheight
384 def reset(self, canvwidth=None, canvheight=None, bg = None):
386 if canvwidth:
387 self.canvwidth = canvwidth
393 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
394 self.canvwidth//2, self.canvheight//2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 153 "canvwidth" : 400,
360 canvwidth=600, canvheight=500):
364 self.canvwidth, self.canvheight = canvwidth, canvheight
384 def reset(self, canvwidth=None, canvheight=None, bg = None):
386 if canvwidth:
387 self.canvwidth = canvwidth
393 scrollregion=(-self.canvwidth//2, -self.canvheight//2,
394 self.canvwidth//2, self.canvheight//2)
    [all...]

Completed in 278 milliseconds