Home
last modified time | relevance | path

Searched refs:remove_selection (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
DREADME.txt149 Select All # eEW.select_all (+ see eEW.remove_selection)
Deditor.py171 text.bind("<<remove-selection>>", self.remove_selection)
629 def remove_selection(self, event=None): member in EditorWindow