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

  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 209 text.bind("<Control-Button-1>",self.right_menu_event)
210 text.bind("<2>", self.right_menu_event)
213 text.bind("<3>",self.right_menu_event)
474 def right_menu_event(self, event): member in class:EditorWindow
    [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py 138 text.bind("<Control-Button-1>",self.right_menu_event)
139 text.bind("<2>", self.right_menu_event)
142 text.bind("<3>",self.right_menu_event)
402 def right_menu_event(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 202 text.bind("<Control-Button-1>",self.right_menu_event)
205 text.bind("<3>",self.right_menu_event)
473 def right_menu_event(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 202 text.bind("<Control-Button-1>",self.right_menu_event)
205 text.bind("<3>",self.right_menu_event)
473 def right_menu_event(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 202 text.bind("<Control-Button-1>",self.right_menu_event)
205 text.bind("<3>",self.right_menu_event)
473 def right_menu_event(self, event): member in class:EditorWindow
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 202 text.bind("<Control-Button-1>",self.right_menu_event)
205 text.bind("<3>",self.right_menu_event)
473 def right_menu_event(self, event): member in class:EditorWindow
    [all...]

Completed in 103 milliseconds