如何禁用 GTK+ 的焦点抓取工具按钮
GTK+ Button 小部件具有 focus_on_click 属性,用于控制焦点的抓取。但我使用的 MenuToolButton 没有这样的属性。我不想把焦点放在点击上。
如何摆脱它?谢谢!
GTK+ Button widget has focus_on_click property that controls grabbing of focus. But I use MenuToolButton that has no such a property. I don't want the focus on click.
How to get rid of it? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想要 focus_on_click,那么您通常不需要焦点。
If you don't want focus_on_click, you probably don't want focus gererally.