Home
last modified time | relevance | path

Searched refs:ScrolledList (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_scrolledlist.py3 from idlelib.scrolledlist import ScrolledList
23 ScrolledList(self.root)
/external/python/cpython2/Lib/idlelib/
DDebugger.py5 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)
DScrolledList.py4 class ScrolledList: class
132 class MyScrolledList(ScrolledList):
DREADME.txt64 ScrolledList.py # Define ScrolledList widget for IDLE (nim).
DChangeLog227 * 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:
DNEWS.txt124 - Issue #24988: Idle ScrolledList context menus (used in debugger)
/external/python/cpython3/Lib/idlelib/
Dscrolledlist.py7 class ScrolledList: class
135 class MyScrolledList(ScrolledList):
Ddebugger.py8 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)
DChangeLog227 * 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:
DNEWS.txt968 - Issue #24988: Idle ScrolledList context menus (used in debugger)
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst839 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst1057 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
D3.6.0a1.rst3301 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua.
/external/python/cpython3/Misc/
DHISTORY793 - Issue #24988: Idle ScrolledList context menus (used in debugger)
27822 * Tools/idle/ScrolledList.py: - White background.
/external/python/cpython2/Misc/
DHISTORY10443 * Tools/idle/ScrolledList.py: - White background.