在 NSTextField cocoa mac 上更改(突出显示?选择?焦点?)
因为我真的不知道它在可可中的名字,所以很难用谷歌搜索。
我想做的事情是,当视图收到通知时,比如说 nextInputField:
我希望选择一个特殊的 NSTextField 作为活动字段,并且用户应该能够立即键入。
这是怎么做到的?我应该调用什么方法?
Since i really dont know what its called in cocoa it's kind of hard to google.
The thing i want to do is when a view receives a notification lets say nextInputField:
i want a special NSTextField to be selected as the one active, and the user should be able to type instantly.
How is this done? What method should i call?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 NSWindow makeFirstResponder:
Check out NSWindow makeFirstResponder: