Re: [Tutor] e: moving from pack to grid in tkinter

2006-11-27 Thread John Fouhy
On 28/11/06, Tony Cappellini <[EMAIL PROTECTED]> wrote: > But i'm trying to get away from pack() and use grid() Why? Sometimes pack() is the right option. You can do things with pack that you can't do with grid. You can use both in your program -- just don't use both in the same frame. > Well

[Tutor] e: moving from pack to grid in tkinter

2006-11-27 Thread Tony Cappellini
Date: Mon, 27 Nov 2006 18:07:33 +1300 From: "John Fouhy" <[EMAIL PROTECTED]> Subject: Re: [Tutor] moving from pack to grid in tkinter To: tutor-python Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 27/11/06, Tony Cappellini <[EMAIL PROTECTED]> wrot