我希望我在 Text 小部件中插入的文本行每次都有不同的左边距(取决于它们在标题层次结构中的级别,字处理器样式):
# The Solar system
The Solar System[a] consists of the Sun and its planetary system of ...
## Inner Planets
The four inner or terrestrial planets...
### Mercury
Mercury (0.4 AU from the Sun) is the closest planet to the Sun and...
我知道我可以在标签定义http://infohost.nmt.edu/tcc/help/pubs/tkinter/text.html中设置 lmargin1/lmargin2 ,但我不想每次必须增加时都创建一个新标签/减少左边距。
没有办法将它作为 text.insert() 的选项吗?