[Tkinter-discuss] Transferring tags from one Text() to another

Bob Greschke bob at passcal.nmt.edu
Wed Feb 10 18:30:18 EST 2016


I write stuff to a Text() and some words and lines are different colors or are links (binds) using Tags. I can Text().get(0.0, END), get all of the text, then insert that in another Text() to make a copy, but how do I get/transfer the other "formatting" info? The binds aren't real important, but the different colored text would be nice.

Thanks!

Bob




More information about the Tkinter-discuss mailing list