>>
>> I wanted them to visually shrink and visually move to a corner on the frame.
>> I did not know how to do it the way you explained, thanks for that. But is
>> there any way to do it visually?
>>
>
>I guess so, if you use the "place" geometry manager. With place() you can determine
>things like
>> In a program that I'm writing in Tkinter, I wanted to know how to
>> animate objects. I have three buttons in the beginnig, all in the
>> center. I wanted to know how to, when the user clicks one of them,
>> make them small and move to a top corner and then have a text box
>> appear where they w
In a program that I'm writing in Tkinter, I wanted to know how to
animate objects. I have three buttons in the beginnig, all in the
center. I wanted to know how to, when the user clicks one of
them, make them small and move to a top corner and then have a text box
appear where they were.
Thanks