What is the difference between `foo.pack(anchor=...)` and `foo.pack(side=...)`?

Actually, regarding `anchor`, I see that you can also use it as an
option when creating a widget (ex. `Button(parent, anchor=...)` ).
What's the difference between using it with pack and using as a widget
option?
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to