Re: [Tutor] Tkinter GUI Grid Layout Manager

2006-09-21 Thread Alan Gauld
My top tip for doing anything requiring precise layout control in Tkinter is use lots of Frames. Use grids pr packer inside the frames as appropriate, but control the layout of the controls inside a frame, then control the layout pof the frames inside the main window and life generally gets easier

Re: [Tutor] Tkinter GUI Grid Layout Manager

2006-09-21 Thread Michael Lange
On Wed, 20 Sep 2006 21:21:25 -0700 (PDT) Johnston Jiaa <[EMAIL PROTECTED]> wrote: > I am trying to get 3 buttons, equally separated along the top of the window. > How do I get them to all be the same size and how do I make them so that they > are equidistant to each other? > > Along with those

Re: [Tutor] Tkinter GUI Grid Layout Manager

2006-09-21 Thread Kent Johnson
Johnston Jiaa wrote: > I am trying to get 3 buttons, equally separated along the top of the > window. How do I get them to all be the same size and how do I make > them so that they are equidistant to each other? > > Along with those three buttons, I am trying to get a text box, near the > mid