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
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
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