0
I need to know some way that by clicking on Button
"hide" a widget (a Label
for example) from my window, being possible to use it later; Using place in widget you wish to "hide" (Yes, MUST be the .place
).
OBS: Forgive me for any fault in the creation of the question, or lack of clarity; any doubt that has been left by me, I am readily willing to clarify by way of the commentary.
OBS: Use python 3, and for GUI: Tkinter(If you haven’t made it clear through the tag).
Thank you in advance!