Searched refs:ScrolledList (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_scrolledlist.py | 3 from idlelib.scrolledlist import ScrolledList 23 ScrolledList(self.root)
|
/external/python/cpython2/Lib/idlelib/ |
D | Debugger.py | 5 from idlelib.ScrolledList import ScrolledList 371 class StackViewer(ScrolledList): 378 ScrolledList.__init__(self, master) 380 ScrolledList.__init__(self, master, width=80) 415 return ScrolledList.popup_event(self, event)
|
D | ScrolledList.py | 4 class ScrolledList: class 132 class MyScrolledList(ScrolledList):
|
D | README.txt | 64 ScrolledList.py # Define ScrolledList widget for IDLE (nim).
|
D | ChangeLog | 227 * ScrolledList.py: py-cvs-rel2_1 (rev 1.5) merge - whitespace 424 ScrolledList.py, Separator.py, StackViewer.py, TODO.txt, 441 ReplaceDialog.py, ScriptBinding.py, ScrolledList.py, 470 ReplaceDialog.py, ScriptBinding.py, ScrolledList.py, 537 ScriptBinding.py, ScrolledList.py, SearchBinding.py, 559 ScriptBinding.py, ScrolledList.py, SearchBinding.py, 1190 * ScrolledList.py: - White background. 1389 …tackViewer.py, SearchEngine.py, SearchDialogBase.py, SearchDialog.py, ScrolledList.py, SearchBindi… 1502 * ScrolledList.py: Add close() method 1510 * ClassBrowser.py, ScrolledList.py:
|
D | NEWS.txt | 124 - Issue #24988: Idle ScrolledList context menus (used in debugger)
|
/external/python/cpython3/Lib/idlelib/ |
D | scrolledlist.py | 7 class ScrolledList: class 135 class MyScrolledList(ScrolledList):
|
D | debugger.py | 8 from idlelib.scrolledlist import ScrolledList 375 class StackViewer(ScrolledList): 382 ScrolledList.__init__(self, master) 384 ScrolledList.__init__(self, master, width=80) 418 return ScrolledList.popup_event(self, event)
|
D | ChangeLog | 227 * ScrolledList.py: py-cvs-rel2_1 (rev 1.5) merge - whitespace 424 ScrolledList.py, Separator.py, StackViewer.py, TODO.txt, 441 ReplaceDialog.py, ScriptBinding.py, ScrolledList.py, 470 ReplaceDialog.py, ScriptBinding.py, ScrolledList.py, 537 ScriptBinding.py, ScrolledList.py, SearchBinding.py, 559 ScriptBinding.py, ScrolledList.py, SearchBinding.py, 1190 * ScrolledList.py: - White background. 1389 …tackViewer.py, SearchEngine.py, SearchDialogBase.py, SearchDialog.py, ScrolledList.py, SearchBindi… 1502 * ScrolledList.py: Add close() method 1510 * ClassBrowser.py, ScrolledList.py:
|
D | NEWS.txt | 968 - Issue #24988: Idle ScrolledList context menus (used in debugger)
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 839 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 1057 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
|
D | 3.6.0a1.rst | 3301 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 793 - Issue #24988: Idle ScrolledList context menus (used in debugger) 27822 * Tools/idle/ScrolledList.py: - White background.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10443 * Tools/idle/ScrolledList.py: - White background.
|