Searched refs:ScrolledList (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DScrolledList.py3 class ScrolledList: class in inherits:
125 class MyScrolledList(ScrolledList):
H A DDebugger.py6 from idlelib.ScrolledList import ScrolledList namespace
323 class StackViewer(ScrolledList):
330 ScrolledList.__init__(self, master)
332 ScrolledList.__init__(self, master, width=80)
367 return ScrolledList.popup_event(self, event)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DScrolledList.py3 class ScrolledList: class in inherits:
125 class MyScrolledList(ScrolledList):
H A DDebugger.py6 from idlelib.ScrolledList import ScrolledList namespace
323 class StackViewer(ScrolledList):
330 ScrolledList.__init__(self, master)
332 ScrolledList.__init__(self, master, width=80)
367 return ScrolledList.popup_event(self, event)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DScrolledList.py3 class ScrolledList: class in inherits:
125 class MyScrolledList(ScrolledList):
H A DDebugger.py6 from idlelib.ScrolledList import ScrolledList namespace
323 class StackViewer(ScrolledList):
330 ScrolledList.__init__(self, master)
332 ScrolledList.__init__(self, master, width=80)
367 return ScrolledList.popup_event(self, event)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DScrolledList.py3 class ScrolledList: class in inherits:
125 class MyScrolledList(ScrolledList):
H A DDebugger.py6 from idlelib.ScrolledList import ScrolledList namespace
323 class StackViewer(ScrolledList):
330 ScrolledList.__init__(self, master)
332 ScrolledList.__init__(self, master, width=80)
367 return ScrolledList.popup_event(self, event)

Completed in 1336 milliseconds