How to set justification on Tkinter Text box

前端 未结 4 1442
青春惊慌失措
青春惊慌失措 2020-12-02 00:51

Question

  1. How can I change the justification of specific lines in the ScrolledText widget in Tkinter?
  2. What was the reason
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 01:37

    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.

提交回复
热议问题