Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py229 text.bind("<<find-selection>>", self.find_selection_event)
627 def find_selection_event(self, event): member in EditorWindow