Tkinter/Python 中的弹出对话框

发布于 2024-12-16 21:32:48 字数 184 浏览 4 评论 0原文

我需要在 GUI 上添加一个弹出对话框。 因此,当我将鼠标悬停在标签上时,它应该能够显示一个弹出窗口(就像我们将鼠标悬停在窗口中的文件上时得到的类型一样)。 当我移开鼠标时它也应该消失。

首先,我什至不确定要使用哪个模块或类。我尝试了菜单,但结果不是我所期望的。 我也尝试学习 tkCommonDialog,但无法正确理解它。 请指教!

I need to add a popup dialog box on my GUI.
So, when ever I hover my mouse over a label, it should be able to show a popup( Like the type we get while hovering over a file in windows).
It should also disappear as soon i move away the mouse.

To start with, I am not even sure which module or class to use. I tried menu, but the results are not what i expected.
I also tried to learn tkCommonDialog, but couldn't understand it properly.
Please Advice!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

江城子 2024-12-23 21:32:48

这个小弹出窗口称为工具提示

The little popup window is called a tooltip.

巡山小妖精 2024-12-23 21:32:48

看一下 Tix 包中的 Balloon 小部件。我认为这正是您所寻找的。

Take a look at the Balloon widget in the Tix package. I think it is just what you are looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文