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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 88 text.tag_remove("sel", "1.0", "end")
89 text.tag_remove("hit", "1.0", "end")
177 text.tag_remove("sel", "1.0", "end")
179 text.tag_remove("hit", "1.0", "end")
189 self.text.tag_remove("hit", "1.0", "end")
ColorDelegator.py 177 self.tag_remove("SYNC", head, tail)
199 self.tag_remove(tag, mark, next)
253 self.tag_remove(tag, "1.0", "end")
IdleHistory.py 74 self.text.tag_remove("sel", "1.0", "end")
SearchDialog.py 55 text.tag_remove("sel", "1.0", "end")
FormatParagraph.py 69 text.tag_remove("sel", "1.0", "end")
ScriptBinding.py 99 text.tag_remove("ERROR", "1.0", "end")
PyShell.py 169 text.tag_remove("BREAK", "insert linestart",\
185 text.tag_remove("BREAK", "1.0", END)
313 self.tag_remove("TODO", "1.0", "iomark")
330 self.tag_remove(tag, "iomark", "end")
    [all...]
EditorWindow.py 391 self.text.tag_remove("sel", "1.0", "end")
404 self.text.tag_remove("sel", "1.0", "end")
581 self.text.tag_remove("sel", "1.0", "end")
698 self.text.tag_remove("sel", "1.0", "end")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 88 text.tag_remove("sel", "1.0", "end")
89 text.tag_remove("hit", "1.0", "end")
177 text.tag_remove("sel", "1.0", "end")
179 text.tag_remove("hit", "1.0", "end")
189 self.text.tag_remove("hit", "1.0", "end")
ColorDelegator.py 177 self.tag_remove("SYNC", head, tail)
199 self.tag_remove(tag, mark, next)
253 self.tag_remove(tag, "1.0", "end")
IdleHistory.py 74 self.text.tag_remove("sel", "1.0", "end")
SearchDialog.py 55 text.tag_remove("sel", "1.0", "end")
FormatParagraph.py 69 text.tag_remove("sel", "1.0", "end")
ScriptBinding.py 99 text.tag_remove("ERROR", "1.0", "end")
PyShell.py 169 text.tag_remove("BREAK", "insert linestart",\
185 text.tag_remove("BREAK", "1.0", END)
313 self.tag_remove("TODO", "1.0", "iomark")
330 self.tag_remove(tag, "iomark", "end")
    [all...]
EditorWindow.py 391 self.text.tag_remove("sel", "1.0", "end")
404 self.text.tag_remove("sel", "1.0", "end")
581 self.text.tag_remove("sel", "1.0", "end")
698 self.text.tag_remove("sel", "1.0", "end")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3162 def tag_remove(self, tagName, index1, index2=None): member in class:Text
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3162 def tag_remove(self, tagName, index1, index2=None): member in class:Text
    [all...]

Completed in 45 milliseconds