NSTableViewのダブルクリックに対応する

Cocoaに関するヌマタメモ
2008年11月29日 22:19

NSTableView の - (void)setDoubleAction:(SEL)aSelector メソッドを使用する。

[tableView setTarget:self];
[tableView setDoubleAction:@selector(THE_DOUBLE_ACTION:)];

コメントを書く


トラックバックはありません。

トラックバックURL: http://numata.designed.jp/mt-tb.cgi/36