没有修饰键的菜单项
我想使用 GTK+ 创建菜单。我的问题是:有没有办法创建带有加速器但没有修饰键的菜单项?
I want to create menu using GTK+. My question is: is there any way to create menu items with accelerators, but without a modifier key?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要在带下划线的字母前面加一个下划线,它就会带有下划线并用作快捷方式。例如,在 pygtk 中:
Just put an underscore before the underlined letter, it will be underlined and used as a shortcut. For example, in pygtk: