Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个 ttk 等价于tix.FileEntry. 正如我所读到的,tix 没有得到积极维护,最好使用 ttk 代替。(而且 tixFileEntry很丑)
tix.FileEntry
FileEntry
那么 ttk 的表弟是tix.FileEntry什么?
没有等价物,但创建一个非常容易。tix.FileEntry 小部件只不过是一个标签、条目小部件和一个打开文件对话框的按钮。