连接到最小信号时出现问题
问题:我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你确定这是最小化按钮吗?由于 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.