diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-21 15:21:52 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-21 15:21:52 (GMT) |
commit | 4e126636a2dcc1014b3928ccd8ded204e8631924 (patch) | |
tree | 90f24f2e3be918382a59caa6a4b2ba2e0d317c8d /Mac/Lib/lib-toolbox/TextEdit.py | |
parent | 36659fef2aa57dd70668c44c8d9051e32e0af45a (diff) | |
download | cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.zip cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.tar.gz cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.tar.bz2 |
Regenerated from new (3.1) universal headers
Diffstat (limited to 'Mac/Lib/lib-toolbox/TextEdit.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/TextEdit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/lib-toolbox/TextEdit.py b/Mac/Lib/lib-toolbox/TextEdit.py index 6e98be3..f6cff54 100644 --- a/Mac/Lib/lib-toolbox/TextEdit.py +++ b/Mac/Lib/lib-toolbox/TextEdit.py @@ -39,6 +39,7 @@ teFAutoScroll = 0 teFTextBuffering = 1 teFOutlineHilite = 2 teFInlineInput = 3 +teFUseWhiteBackground = 4 teFUseInlineInput = 5 teFInlineInputAutoScroll = 6 teBitClear = 0 |