Question
ScrolledText
widget in Tkinter?
What maybe confusing people is that the documentation at http://effbot.org/tkinterbook/text.htm, referred to above, does in fact list justify
as an option for the Text widget and maybe there was at one time, (seems like an option a text widget should have) but the documentation at http://www.tcl.tk/man/tcl8.4/TkCmd/text.htm does not list a justify
option, only the -justify
tag. Note that a Label widget can handle multi-line text and does have a -justify
option.