Re: Tkinter Toplevel geometry

2007-03-27 Thread Chris
> 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

Re: Tkinter Toplevel geometry

2007-03-26 Thread Russell E. Owen
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

Re: Tkinter Toplevel geometry

2007-03-25 Thread Cameron Laird
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

Re: Tkinter Toplevel geometry

2007-03-25 Thread Chris
> 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

Re: Tkinter Toplevel geometry

2007-03-25 Thread James Stroud
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

Re: Tkinter Toplevel geometry

2007-03-25 Thread James Stroud
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: >> """ >

Re: Tkinter Toplevel geometry

2007-03-25 Thread James Stroud
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

Tkinter Toplevel geometry

2007-03-24 Thread Chris
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