Fred Drake
|
d038ca830f
|
Make reindent.py happy (convert everything to 4-space indents!).
|
2000-10-23 18:31:14 +00:00 |
Guido van Rossum
|
ea7364c7cd
|
Peter Haight discovered that this code uses a mutable default for cnf
and then (under certain circumstances) can clobber the default!
He also submitted this patch as PR#82.
|
1999-09-20 00:39:47 +00:00 |
Guido van Rossum
|
7f9732880e
|
Fix the exclusion of "config" in the methods copied from Pack to also
exclude "configure".
|
1997-12-05 17:05:04 +00:00 |
Guido van Rossum
|
17ca992818
|
Put support for a cnf dictionary back in, since it is still supported
by all true Tkinter widgets. (Not that I *like* this module -- it
stinks, but until I have something better, I can't nuke it.)
|
1997-02-12 16:49:57 +00:00 |
Guido van Rossum
|
053313a507
|
Change to use keyword args instead of dicts
|
1996-07-30 18:35:38 +00:00 |
Guido van Rossum
|
d7b19488d7
|
Use new packing and 'name' in cnf dict
|
1994-08-03 08:08:26 +00:00 |
Guido van Rossum
|
460b6bb192
|
Totally changed, now it is actually derived from Text
(This breaks something in MimeViewer.py, don't know what yet)
|
1994-07-06 21:54:39 +00:00 |
Guido van Rossum
|
5179236a41
|
Added bind and tag_config methods; minor lay-out change
|
1994-07-06 21:15:27 +00:00 |
Guido van Rossum
|
a3cd357771
|
* ScrolledText.py: added some more methods of Text (This should
really be done differently, e.g. by deriving from the Text class.)
|
1994-07-06 09:28:21 +00:00 |
Guido van Rossum
|
1846882254
|
Initial revision
|
1994-06-20 07:49:28 +00:00 |