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

2016-02-10 Thread Bob Greschke
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

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

2016-02-10 Thread Michael Lange
Hi, On Wed, 10 Feb 2016 16:30:18 -0700 Bob Greschke wrote: > 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/transfe