连接到最小信号时出现问题

发布于 2024-09-30 00:07:02 字数 133 浏览 3 评论 0原文

问题:我有一个 gtk.Dialog。每当单击对话框上的“最小化”按钮时,窗口就会被销毁。

问题:如何连接到 gtk.Dialog 的最小化按钮,以便可以图标化窗口?

Problem: I have a gtk.Dialog. Whenever the 'minimize' button on the dialog is clicked, the window is destroyed.

Question: How can I connect to the minimize button of a gtk.Dialog so that I can iconify the window?

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

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

发布评论

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

评论(1

生生漫 2024-10-07 00:07:02

你确定这是最小化按钮吗?由于 GTK 根本不处理(甚至不知道其存在)最小化按钮,因此它们是窗口管理器的一部分。

Are you sure it's the minimize button? Because GTK doesn't deal with (or even know about the existence of) minimize buttons at all, they are part of the window manager.

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