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.
我想在 tkinter Text 小部件中模仿 HTML 的“abbr”标签的行为。Tix Balloon 小部件看起来非常合适,但我不知道如何将它绑定到文本标签而不是整个小部件。欢迎任何建议。
你最好用普通的 Tkinter 编写自己的气球小部件
有关示例,请参见http://tkinter.unpythonic.net/wiki/ToolTip
回复:绑定到文本小部件中的标签:Pmw 气球可以做到