Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py243 text.bind("<Left>", self.move_at_edge_if_selection(0))
244 text.bind("<Right>", self.move_at_edge_if_selection(1))
591 def move_at_edge_if_selection(self, edge_index): member in EditorWindow
/external/python/cpython3/Lib/idlelib/
Deditor.py192 text.bind("<Left>", self.move_at_edge_if_selection(0))
193 text.bind("<Right>", self.move_at_edge_if_selection(1))
632 def move_at_edge_if_selection(self, edge_index): member in EditorWindow