[Tkinter-discuss] Right justify Label against Entry using pack?

python at bdurham.com python at bdurham.com
Thu Dec 2 04:10:44 CET 2010


John,

> The following simplification of your code works for me on linux, also illustrating the use of justify:

Thank you for your explanation and sample code. My problem was I didn't
know that anchor was an option for widgets - I thought this option only
applied to the pack() method.

Configuring my widgets with an anchor='w' gives me the solution I'm
looking for.

Malcolm 


More information about the Tkinter-discuss mailing list