HomeSort by relevance Sort by last modified time
    Searched refs:move_at_edge_if_selection (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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): member in class:EditorWindow
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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): member in class:EditorWindow
    [all...]

Completed in 641 milliseconds