从 NSSegmentedControl 到标签
我是 Mac 编程新手,但我对应用程序有一些想法。 我的问题是:我有一个带有 2 个单元格的 NSSegmentedControl,如果选择了单元格号 1,我想在标签上写一些内容,例如蓝色。 我该怎么做? 如果已经有人问过这个问题,我很抱歉:/
I'm new to Mac Programming, but i'm having some ideas for an application.
My question is: i have a NSSegmentedControl with 2 cells and i wanted to, if the cell number 1 is selected, write something on a label with, for example, a blue color.
How can i do this?
i'm sorry if this was already asked :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从
selectedSegment
中找出哪个元素被选中。http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSSegmentedControl_Class/Reference/Reference.html
You can find out which element is selected from the
selectedSegment
.http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSSegmentedControl_Class/Reference/Reference.html