Re: Resizing widgets in text windows

2007-01-31 Thread Eric Brunel
On Tue, 30 Jan 2007 23:13:07 +0100, <[EMAIL PROTECTED]> wrote: > I'm using a text widget to hold a set of plots, one plot per line, > such that the scrolling capability of the text widget can be taken > advantage of to display only a subset of the plots at any given time. > In the analyses my progr

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

Re: Resizing widgets in text windows

2007-01-29 Thread Eric Brunel
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_WINDOW", callback) > > I realize that the pack manager usually hand

Re: Resizing widgets in text windows

2007-01-26 Thread James Stroud
[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 that the pack manager usually handles all of the resize > stuff, but I'