Tkinter w.pack()?

r rt8396 at gmail.com
Wed Jan 28 23:33:23 EST 2009


To expand on this there exists three geometry mangers [grid, pack,
place]. I personally use pack() the most, grid() almost never, and
place -- well never. But each one has it's strengths and weaknesses.

w.grid()
http://effbot.org/tkinterbook/grid.htm

w.place()
http://effbot.org/tkinterbook/place.htm


Everything you need to know about Tkinter exists here:
http://effbot.org/tkinterbook/

and at the NMT site i showed you before



More information about the Python-list mailing list