gtkmm-3.0 的按键
我有一个使用 gtkmm 3.0 用 c++ 编写的项目,我希望能够让用户按下映射到屏幕上按钮小部件的键。我已经筛选了 20 多页谷歌结果,但没有成功。有人知道怎么做吗?我们将不胜感激。
I've got a project written in c++ using gtkmm 3.0, and I'd like to be able to have the user press a key mapped to a button widget on the screen. I've sifted through 20+ pages of google results with no luck. Anyone know how? It would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 C 中执行以下操作,以便在按 Shift-F1 时单击按钮:
This is how you'd do it in C to make the button click when you press Shift-F1: