Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_stackviewer.py8 from idlelib.tree import TreeNode, ScrolledCanvas namespace
41 isi(stackviewer.sc, ScrolledCanvas)
H A Dtest_tree.py24 sc = tree.ScrolledCanvas(
/third_party/python/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.py17 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace
125 sc = ScrolledCanvas(top, bg=background, highlightthickness=0,
H A Dstackviewer.py8 from idlelib.tree import TreeNode, TreeItem, ScrolledCanvas namespace
14 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
H A Dtree.py439 class ScrolledCanvas: class
489 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
H A Dpyshell.py649 from idlelib.tree import ScrolledCanvas, TreeNode namespace
653 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
/third_party/python/Lib/
H A Dturtle.py119 _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__.py248 turtle._Screen._canvas = self.canvas = canvas = turtle.ScrolledCanvas(

Completed in 10 milliseconds