gtk3 中的滚动模型对话框?怎么做
有谁知道如何创建一个从父窗口顶部滚动的模式对话框(就像 Glade 3.10 中的 about 窗口)。我正在使用 Glade 3.10 和 python。我尝试创建一个对话框和一个普通窗口,将其属性设置为模式和弹出窗口,...但这似乎不起作用,有什么想法吗?
提前致谢。
does any one know how to create a modal dialog that scrolls in from the top of the parent window (like the about window in glade 3.10). I'm using Glade 3.10 with python. I tried creating a dialog and a normal window, setting it's properties to modal and popup,... but that doesn't seem to do the trick, any ideas?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须设置对话框瞬态 父窗口。
You have to set the dialog transient for the parent window.