我可以将 tixBalloon 小部件绑定到文本小部件标签吗?
我想在 tkinter 文本小部件中模仿 HTML 的“abbr”标签的行为。 Tix Balloon 小部件看起来非常适合,但我不知道如何将它绑定到文本标签而不是整个小部件。欢迎任何建议。
I am wanting to mimic the behavior of the 'abbr' tag of HTML in a tkinter Text widget. The Tix Balloon widget looks like it would be a perfect fit, but I can't figure out how to bind it to a text tag instead of a whole widget. Any suggestions welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可能最好用普通的 Tkinter 编写自己的气球小部件,
请参阅 http://tkinter.unpythonic.net/wiki /ToolTip 为例
:绑定到文本小部件中的标签:Pmw 气球可以做到这一点
you might be better off writing your own balloon widget in plain Tkinter
see http://tkinter.unpythonic.net/wiki/ToolTip for an example
re: binding to a tag in a text widget: Pmw balloon can do it