Home | History | Annotate | Download | only in idlelib

Lines Matching refs:move_at_edge_if_selection

235         text.bind("<Left>", self.move_at_edge_if_selection(0))
236 text.bind("<Right>", self.move_at_edge_if_selection(1))
584 def move_at_edge_if_selection(self, edge_index):