Tkinter Toplevel geometry

Cameron Laird claird at lairds.us
Sun Mar 25 12:43:57 EDT 2007


In article <1174824649.683426.78990 at d57g2000hsg.googlegroups.com>,
Chris <ceball at gmail.com> wrote:
>
>> 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!
>

A TRULY good way to show your thanks for help like this
is to write up what you learned at the Tkinter Wiki <URL:
http://tkinter.unpythonic.net/wiki/ >.  Note:
A.  You have to log in to edit pages
    on this particular Wiki.  If you
    decide to join us, then, you'll
    first need to create an account.

    Read-only visitors can be anony-
    mous, of course.
B.  Major thanks to Jeff Epler for
    maintaining the site, and, in 
    particular, for fighting off 
    recent vandalism.



More information about the Python-list mailing list