Home
last modified time | relevance | path

Searched refs:ScrolledText (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Doc/library/
Dscrolledtext.rst1 :mod:`ScrolledText` --- Scrolled Text Widget
4 .. module:: ScrolledText
10 The :mod:`ScrolledText` module provides a class of the same name which
12 the "right thing." Using the :class:`~ScrolledText.ScrolledText` class is a lot easier than
18 :mod:`ScrolledText` has been renamed to :mod:`tkinter.scrolledtext` in Python
24 from the :class:`Frame` object. This allows the :class:`~ScrolledText.ScrolledText` widget to
31 .. attribute:: ScrolledText.frame
36 .. attribute:: ScrolledText.vbar
Dtix.rst432 .. \ulink{ScrolledText}{http://tix.sourceforge.net/dist/current/demos/samples/SText.tcl}
Dtkinter.rst96 :mod:`ScrolledText`
/external/python/cpython2/Demo/tkinter/guido/
DShellWindow.py5 from ScrolledText import ScrolledText
11 class ShellWindow(ScrolledText):
23 apply(ScrolledText.__init__, (self, master), cnf)
DMimeViewer.py9 from ScrolledText import ScrolledText
25 self.htext = ScrolledText(self.frame,
46 self.btext = ScrolledText(self.frame,
DManPage.py6 from ScrolledText import ScrolledText
20 class EditableManPage(ScrolledText):
25 apply(ScrolledText.__init__, (self, master), cnf)
/external/python/cpython2/Lib/lib-tk/
DScrolledText.py19 class ScrolledText(Text): class
48 stext = ScrolledText(bg='white', height=10)
DTix.py1325 class ScrolledText(TixWidget): class
/external/python/cpython2/Demo/tix/
DREADME.txt13 particular TixWidget (e.g. ScrolledText) has an embedded widget
Dtixwidgets.py580 win = Tix.ScrolledText(top, scrollbar='auto')
640 text = Tix.ScrolledText(p2)
894 stext = Tix.ScrolledText(lab1.frame, name='stext')
973 t = Tix.ScrolledText(w)
/external/python/cpython2/Demo/tix/samples/
DPanedWin.py44 text = Tix.ScrolledText(p2)
/external/python/cpython2/Misc/
DNEWS7961 ScrolledText.
8596 - Issue #3248: Allow placing ScrolledText in a PanedWindow.
DHISTORY14034 - The ScrolledText module once again supports the 'cnf' parameter, to