禁用 Cocoa 中的单选按钮
我有 2 个单选按钮( NSMatrix 具有 2 行和 1 列),并在头文件中将它们定义为 IBOutlet NSMatrix *temp;
现在,当我选择某个选项时,我想禁用这两个单选按钮,或者有时我想禁用第一行中的单选按钮。有关如何执行此操作的任何提示?我似乎找不到代表来做这件事。
谢谢。
I have 2 radio buttons ( NSMatrix with 2 rows and 1 column) and have defined them in the header file as
IBOutlet NSMatrix *temp;
Now when I pick a certain option, I want to disable both these radio button's or at times I want to disable the radiobutton in row 1. Any tips on how I can do this ? I can't seem to find the delgates to do this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)