> A TRULY good way to show your thanks for help like this
> is to write up what you learned at theTkinterWiki
> 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 crea
In article <[EMAIL PROTECTED]>,
"Chris" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If a user resizes a Toplevel window, or I set a Toplevel's geometry
> using the geometry() method*, is there any way to have the geometry
> reset to that required for all the widgets?
>
> I think I found what I'm looki
In article <[EMAIL PROTECTED]>,
Chris <[EMAIL PROTECTED]> 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 wid
> 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
James Stroud wrote:
> James Stroud wrote:
>> Chris wrote:
>>> Hi,
>>>
>>> If a user resizes a Toplevel window, or I set a Toplevel's geometry
>>> using the geometry() method*, is there any way to have the geometry
>>> reset to that required for all the widgets?
>>>
>>> I think I found what I'm look
James Stroud wrote:
> Chris wrote:
>> Hi,
>>
>> If a user resizes a Toplevel window, or I set a Toplevel's geometry
>> using the geometry() method*, is there any way to have the geometry
>> reset to that required for all the widgets?
>>
>> I think I found what I'm looking for in tk itself:
>> """
>
Chris wrote:
> Hi,
>
> If a user resizes a Toplevel window, or I set a Toplevel's geometry
> using the geometry() method*, is there any way to have the geometry
> reset to that required for all the widgets?
>
> I think I found what I'm looking for in tk itself:
> """
> 13.3. How can I clear the g
Hi,
If a user resizes a Toplevel window, or I set a Toplevel's geometry
using the geometry() method*, is there any way to have the geometry
reset to that required for all the widgets?
I think I found what I'm looking for in tk itself:
"""
13.3. How can I clear the geometry settings for a toplevel