Add a SELECTION to the pre-inserted text

This commit is contained in:
Barry Warsaw 1998-10-06 21:40:22 +00:00
parent 3886e3aebb
commit da7502e8ad
1 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,12 @@ class TextViewer:
Insert some stuff here and play Insert some stuff here and play
with the buttons below to see with the buttons below to see
how the colors interact in 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 # variables
self.__trackp = BooleanVar() self.__trackp = BooleanVar()