Re: Expanding the size of wx Frame

2007-11-09 Thread kyosohma
On Nov 8, 11:02 pm, sundarvenkata <[EMAIL PROTECTED]> wrote: > hello all, is there a way to make wxpython frame to expand itself >as we add controls to it Yes. I recommend using sizers. Then you can have the frame fit the widgets it holds using the Fit() command. I think this only appl

Expanding the size of wx Frame

2007-11-08 Thread sundarvenkata
hello all, is there a way to make wxpython frame to expand itself as we add controls to it -- http://mail.python.org/mailman/listinfo/python-list