HomeSort by relevance Sort by last modified time
    Searched refs:ScrolledCanvas (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 12 from idlelib.TreeWidget import TreeItem, TreeNode, ScrolledCanvas
143 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
StackViewer.py 5 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas
12 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
ClassBrowser.py 19 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas
48 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
TreeWidget.py 410 class ScrolledCanvas:
459 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
PyShell.py 603 from idlelib.TreeWidget import ScrolledCanvas, TreeNode
607 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 12 from idlelib.TreeWidget import TreeItem, TreeNode, ScrolledCanvas
143 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
StackViewer.py 5 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas
12 sc = ScrolledCanvas(top, bg="white", highlightthickness=0)
ClassBrowser.py 19 from idlelib.TreeWidget import TreeNode, TreeItem, ScrolledCanvas
48 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
TreeWidget.py 410 class ScrolledCanvas:
459 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
PyShell.py 603 from idlelib.TreeWidget import ScrolledCanvas, TreeNode
607 sc = ScrolledCanvas(top, bg=background, highlightthickness=0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
306 ## to ScrolledCanvas class
330 ScrolledCanvas-methods to Tkinter.Canvas class.
353 class ScrolledCanvas(TK.Frame):
452 __forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas')
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
507 if isinstance(cv, ScrolledCanvas):
784 if not isinstance(self.cv, ScrolledCanvas):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 118 _tg_classes = ['ScrolledCanvas', 'TurtleScreen', 'Screen',
306 ## to ScrolledCanvas class
330 ScrolledCanvas-methods to Tkinter.Canvas class.
353 class ScrolledCanvas(TK.Frame):
452 __forwardmethods(ScrolledCanvas, TK.Canvas, '_canvas')
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
507 if isinstance(cv, ScrolledCanvas):
784 if not isinstance(self.cv, ScrolledCanvas):
    [all...]

Completed in 236 milliseconds