Tkinter Toplevel geometry

Chris ceball at gmail.com
Sun Mar 25 08:10:49 EDT 2007


> After playing with this an inordinate amount of time, I found that one
> does need to supply parameters, namely the null parameter of an empty
> string. Try:
>
>    sometop.geometry('')
>
> This repacks according to the widgets. Not quite clear from the
> miserable docs, is it?


Wow, that does work. Thank you very much for figuring it out!




More information about the Python-list mailing list