Searched refs:ScrolledCanvas (Results 1 - 15 of 15) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_tree.py27 sc = tree.ScrolledCanvas(
/external/python/cpython2/Lib/idlelib/
H A DObjectBrowser.py14 from idlelib.TreeWidget import TreeItem, TreeNode, ScrolledCanvas namespace
147 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
H A DClassBrowser.py19 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas namespace
61 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
H A DStackViewer.py7 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas namespace
14 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
H A DTreeWidget.py411 class ScrolledCanvas: class in inherits:
458 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
H A DPyShell.py632 from idlelib.TreeWidget import ScrolledCanvas, TreeNode namespace
636 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
/external/python/cpython3/Lib/idlelib/
H A Ddebugobj.py13 from idlelib.tree import TreeItem, TreeNode, ScrolledCanvas namespace
131 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
H A Dbrowser.py19 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace
61 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
H A Dstackviewer.py9 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace
14 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
H A Dtree.py412 class ScrolledCanvas: class in inherits:
458 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
H A Dpyshell.py617 from idlelib.tree import ScrolledCanvas, TreeNode namespace
621 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
/external/python/cpython2/Demo/turtle/
H A DturtleDemo.py132 turtle._Screen._canvas = self._canvas = canvas = turtle.ScrolledCanvas(
/external/python/cpython3/Lib/turtledemo/
H A D__main__.py236 turtle._Screen._canvas = self._canvas = canvas = turtle.ScrolledCanvas(
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
306 ## to ScrolledCanvas class
330 ScrolledCanvas-methods to Tkinter.Canvas class.
353 class ScrolledCanvas(TK.Frame): class in inherits:TK.Frame
452 __forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas')
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
507 if isinstance(cv, ScrolledCanvas):
785 if not isinstance(self.cv, ScrolledCanvas):
1282 <turtle.ScrolledCanvas instance at 0x010742D8>
2434 elif isinstance(canvas, (ScrolledCanvas, Canva
[all...]
/external/python/cpython3/Lib/
H A Dturtle.py118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
286 ## to ScrolledCanvas class
329 class ScrolledCanvas(TK.Frame): class in inherits:TK.Frame
428 __forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas')
437 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
483 if isinstance(cv, ScrolledCanvas):
779 if not isinstance(self.cv, ScrolledCanvas):
1334 <turtle.ScrolledCanvas instance at 0x010742D8>
2529 elif isinstance(canvas, (ScrolledCanvas, Canvas)):

Completed in 299 milliseconds