updateCell:
セルを更新します
-(void)updateCell:(NSCell *)aCell
解説
セルを更新します。
返り値
( void )
なし
引数
( NSCell * )aCell
セル
フレームワーク
ApplicationKit
クラス
NSControl
Instance Methods
使用可能
10.0
参照
例文
#import "scriptSend.h" @implementation scriptSend - (IBAction)myAction:(id)sender{ [cell selectCell:cell2]; [cell updateCell:cell2]; } @end