문제

How can I programmatically select one of the items in an NSMatrix? I believe it is an NSControl so I was looking in that particular documentation, however I could not find any information on the specific topic.

도움이 되었습니까?

해결책

What about

-(void)selectCellAtRow:(NSInteger)row column:(NSInteger)column

in NSMatrix?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top