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 thanks anyway. The pdf has really confused me.
> Is there an official tkinter.org doc reference or something?

Um, not really.  There are official Tk docs (at http://tcl.tk), and a
few sites around with Tkinter docs (effbot, New Mexico Tech), but
nothing "official".

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to