in reply to Tk widget in 2 toplevels
Is there any way to display the same widget in 2 different toplevels at the same time?
No
Now how could I get $bw, or a clone of it, to display in $tl? If there is a way to clone a widget, I need to see how to do it also. Thanks
There is no $bw, but yes, you could use cget to re-create an identical looking widget.