I am completely new user of Python and I am supposed to
develop a GUI for an old Fotran program. In this I would
like to use what I think is called "tabs" although I would
prefer to call them "folders" to avoid mixing with the TAB character.
What I mean is the feature you have in browers where you can
select different tabs at the top and display different widgets
within each tab.
I have looked at the Tkinter widgets but I do not find this
facility there. I guess one could construct one using several
Frame widgets and overlay them on the screen but it seems
likely that someone already have done this work and may
be interested to share it or can point me to where I can find
a solution or send me some piece of code which I can modify
myself.
Best wishes for the new year
Bosse