Home
last modified time | relevance | path

Searched refs:tag_raise (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/demo/
H A Dsortvisu.py219 self.canvas.tag_raise(self.item_id)
250 self.canvas.tag_raise(self.item_id)
281 self.canvas.tag_raise(self.item_id)
282 self.canvas.tag_raise(other.item_id)
284 self.canvas.tag_raise(other.item_id)
285 self.canvas.tag_raise(self.item_id)
/third_party/python/Lib/idlelib/
H A Doutwin.py182 text.tag_raise('sel')
H A Dcolorizer.py159 self.tag_raise('sel')
/third_party/python/Lib/tkinter/
H A D__init__.py2964 # so the preferred name for them is tag_lower, tag_raise
2995 def tag_raise(self, *args): member in Canvas
3000 lift = tkraise = tag_raise
3956 def tag_raise(self, tagName, aboveThis=None): member in Text
/third_party/python/Lib/
H A Dturtle.py522 self.cv.tag_raise(polyitem)
551 self.cv.tag_raise(lineitem)

Completed in 14 milliseconds