Searched refs:ScrolledCanvas (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_stackviewer.py | 8 from idlelib.tree import TreeNode, ScrolledCanvas namespace 41 isi(stackviewer.sc, ScrolledCanvas)
|
H A D | test_tree.py | 24 sc = tree.ScrolledCanvas(
|
/third_party/python/Lib/idlelib/ |
H A D | debugobj.py | 13 from idlelib.tree import TreeItem, TreeNode, ScrolledCanvas namespace 131 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
|
H A D | browser.py | 17 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace 125 sc = ScrolledCanvas(top, bg=background, highlightthickness=0,
|
H A D | stackviewer.py | 8 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace 14 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
|
H A D | tree.py | 439 class ScrolledCanvas: class 489 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
|
H A D | pyshell.py | 649 from idlelib.tree import ScrolledCanvas, TreeNode namespace 653 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
|
/third_party/python/Lib/ |
H A D | turtle.py | 119 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen', 288 ## to ScrolledCanvas class 331 class ScrolledCanvas(TK.Frame): class 430 __forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas') 439 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight) 483 if isinstance(cv, ScrolledCanvas): 778 if not isinstance(self.cv, ScrolledCanvas): 1335 <turtle.ScrolledCanvas instance at 0x010742D8> 2530 elif isinstance(canvas, (ScrolledCanvas, Canvas)):
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 248 turtle._Screen._canvas = self.canvas = canvas = turtle.ScrolledCanvas(
|
Completed in 10 milliseconds