Re: [Tutor] Tkinter GUI Grid Layout Manager

2006-09-21 Thread Alan Gauld
inter app too. Alan G. - Original Message - From: "Johnston Jiaa" <[EMAIL PROTECTED]> To: Sent: Thursday, September 21, 2006 5:21 AM Subject: [Tutor] Tkinter GUI Grid Layout Manager >I am trying to get 3 buttons, equally separated along the top of the >window.

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

[Tutor] Tkinter GUI Grid Layout Manager

2006-09-21 Thread Johnston Jiaa
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 middle of the window.  Every time I attem