Python - Text widget from tkinter in tkk

自闭症网瘾萝莉.ら 提交于 2019-12-12 06:00:10

问题


I noticed that the Text widget from tkinter is not present in the ttk widgets. I'm using the ttk instead of tkinter because its interface suits better. And I need Text widget because it has multiple lines unlikely the Entry widget. Does anyone have a solution for my problem?


回答1:


The solution is to use the tkinter text widget. tkinter and ttk are designed to work together.



来源:https://stackoverflow.com/questions/44658952/python-text-widget-from-tkinter-in-tkk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!