diff options
author | Barry Warsaw <barry@python.org> | 1998-10-06 21:40:22 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-10-06 21:40:22 (GMT) |
commit | da7502e8add679ac17b796979f2f033391167e7d (patch) | |
tree | 37977658a36014f77298b3dd6e320d731d04c404 /Tools/pynche | |
parent | 3886e3aebbb337469aa2b2f6626d7a291e6d3116 (diff) | |
download | cpython-da7502e8add679ac17b796979f2f033391167e7d.zip cpython-da7502e8add679ac17b796979f2f033391167e7d.tar.gz cpython-da7502e8add679ac17b796979f2f033391167e7d.tar.bz2 |
Add a SELECTION to the pre-inserted text
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/TextViewer.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index 316bd15..254e7e0 100644 --- a/Tools/pynche/TextViewer.py +++ b/Tools/pynche/TextViewer.py @@ -41,7 +41,12 @@ class TextViewer: Insert some stuff here and play with the buttons below to see how the colors interact in -textual displays.''') +textual displays. + +See how the selection can also +be affected by tickling the buttons +and choosing a color.''') + self.__text.tag_add(SEL, 6.0, END) # # variables self.__trackp = BooleanVar() |