GTK 菜单项右侧带有计数器气泡

发布于 2024-11-06 08:32:06 字数 201 浏览 0 评论 0原文

我想问是否有一种简单的方法可以像这样 http://dl.dropbox PyGtk 中的 .com/u/865508/menuitem.png (或者可能是 Python 以外的其他语言)。我认为这对很多人都有帮助)

谢谢。

I want to ask if there's a simple way to do MenuItem like this http://dl.dropbox.com/u/865508/menuitem.png in PyGtk (or maybe some other language rather than python). I think it would be helpful for a lot of people)

Thank you.

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

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

发布评论

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

评论(1

对你的占有欲 2024-11-13 08:32:06

是的; MenuItem 也是一个Container,因此您可以向其中添加任何您喜欢的小部件。只需使用 gtk.MenuItem(label=None) 创建一个空菜单,然后添加一个 HBox,左侧有一个标签,右侧有一个图标(用于计数器气泡) 。

Yes; a MenuItem is also a Container, so you can add any widgets you like to it. Just create an empty one with gtk.MenuItem(label=None) and add an HBox with a label on the left and an icon (for the counter bubble) on the right.

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