Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
DREADME.txt153 Find Selection # eEW.find_selection_event, sSD.find_selection
Deditor.py175 text.bind("<<find-selection>>", self.find_selection_event)
670 def find_selection_event(self, event): member in EditorWindow