// // FSATableView.m // F-Script Anywhere // // Created by Nicholas Riley on 3/26/08. // Copyright 2008 Nicholas Riley. All rights reserved. // #import "FSATableView.h" @implementation FSATableView // undocumented, Leopard-only, only way I can figure out to bypass inter-cell navigation - (BOOL)canFocusCell:(NSCell *)cell atTableColumn:(NSTableColumn *)tableColumn row:(int)row; { return NO; } @end