Re: Resizing widgets in text windows

2007-01-30 Thread deacon . sweeney
On Jan 29, 3:33 am, "Eric Brunel" <[EMAIL PROTECTED]> wrote: > On Fri, 26 Jan 2007 22:35:20 +0100, <[EMAIL PROTECTED]> wrote: > > Hi, I've been searching for a .resize()-like function to overload much > > like can be done for the delete window protocol as follows: > > > toplevel.protocol("WM_DELETE

Re: Resizing widgets in text windows

2007-01-30 Thread deacon . sweeney
On Jan 26, 10:52 pm, James Stroud <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, I've been searching for a .resize()-like function to overload much > > like can be done for the delete window protocol as follows: > > > toplevel.protocol("WM_DELETE_WINDOW", callback) > > > I realize th

Resizing widgets in text windows

2007-01-26 Thread deacon . sweeney
of doing this would be as above, but there does not seem to be an equivalent to the "WM_DELETE_WINDOW" protocol for resizing. Any help would be greatly appreciated. Deacon Sweeney -- http://mail.python.org/mailman/listinfo/python-list