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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 78 self.canvas.tag_lower(self.id, belowthis)
Tkinter.py 2355 def tag_lower(self, *args): member in class:Canvas
3133 def tag_lower(self, tagName, belowThis=None): member in class:Text
    [all...]
turtle.py 744 self.cv.tag_lower(item)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 78 self.canvas.tag_lower(self.id, belowthis)
Tkinter.py 2355 def tag_lower(self, *args): member in class:Canvas
3133 def tag_lower(self, tagName, belowThis=None): member in class:Text
    [all...]
turtle.py 744 self.cv.tag_lower(item)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 213 self.canvas.tag_lower(id) # XXX .lower(id) before Python 1.5.2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 213 self.canvas.tag_lower(id) # XXX .lower(id) before Python 1.5.2

Completed in 39 milliseconds