Tkinter new window contentent when button is clicked.

Bischoop Bischoop at vimart.net
Wed Feb 24 16:57:59 EST 2021


I'm learning Tkinter now and have upgraded few programs I've made in CLI
in the past.
What is bothering me now is what I should look at when I want new
content in a window when button is 'Next' is clicked. In some programs
we're clicking button next and new content appears in same window. 
I've used so far Toplevel(root) and new window was appearing on top the
main one but I'd like to find out about solution without creating new
windows. Is it a Canvas used for it? 
I'd be glad if you could direct me because I don't know even what to
look for.

--
Thanks


More information about the Python-list mailing list