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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 52 self.on_select(index)
87 self.on_select(index)
100 self.on_select(index)
115 def on_select(self, index): member in class:ScrolledList
127 def on_select(self, index): print "select", self.get(index) member in class:test.MyScrolledList
Debugger.py 377 def on_select(self, index): member in class:StackViewer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 52 self.on_select(index)
87 self.on_select(index)
100 self.on_select(index)
115 def on_select(self, index): member in class:ScrolledList
127 def on_select(self, index): print "select", self.get(index) member in class:test.MyScrolledList
Debugger.py 377 def on_select(self, index): member in class:StackViewer

Completed in 80 milliseconds