tkinter question

Hamilton, William whamil1 at entergy.com
Mon Oct 8 11:11:20 EDT 2007


> -----Original Message-----
> From: Kevin Walzer
> 
> See
http://www.codebykevin.com/blosxom/business/phynchronicity-new.png:
> this is an application I develop. The layout is all handled by "pack"
> and paned windows. Where you you use "grid" in a layout like this?
> 

I'd use a three row grid, with the middle row containing a frame with
another grid in it.  I don't try to create a single massive grid that
manages everything, I break it up into subgrids of related widgets.

--
-Bill Hamilton



More information about the Python-list mailing list