plugins using cvs/distutils?

2008-07-08 Thread Deacon
would be much appreciated, this is my first distribution project (sourceforge.net/projects/spade). Thanks a bunch, Deacon -- http://mail.python.org/mailman/listinfo/python-list

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

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-30 Thread deacon . sweeney
le to adjust the plots widths so that when the owner window is resized, the width of each plot in the text widget is adjusted and the plot continues to occupy the entire text widget but no more, making for a much more professional looking product. I didn't mean to imply that create_window widgets should automatically resize with the toplevel... I just couldn't find any way to force it. Muchas gracias. Deacon -- http://mail.python.org/mailman/listinfo/python-list