From da7502e8add679ac17b796979f2f033391167e7d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 6 Oct 1998 21:40:22 +0000 Subject: [PATCH] Add a SELECTION to the pre-inserted text --- Tools/pynche/TextViewer.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index 316bd1537fc..254e7e0478e 100644 --- a/Tools/pynche/TextViewer.py +++ b/Tools/pynche/TextViewer.py @@ -41,7 +41,12 @@ def __init__(self, switchboard, parent=None): 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()