summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/ScrolledText.py
Commit message (Collapse)AuthorAgeFilesLines
* Totally changed, now it is actually derived from TextGuido van Rossum1994-07-061-31/+20
| | | | (This breaks something in MimeViewer.py, don't know what yet)
* Added bind and tag_config methods; minor lay-out changeGuido van Rossum1994-07-061-2/+3
|
* * ScrolledText.py: added some more methods of Text (This shouldGuido van Rossum1994-07-061-0/+10
| | | | really be done differently, e.g. by deriving from the Text class.)
* Initial revisionGuido van Rossum1994-06-201-0/+35