Changeset 429


Ignore:
Timestamp:
03/02/08 14:03:41 (16 years ago)
Author:
Nicholas Riley
Message:

Disable unwanted Leopard table inter-cell navigation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEMenuOutlineView.m

    r428 r429  
    1111
    1212@implementation ICeCoffEEMenuOutlineView
     13
     14// undocumented, Leopard-only, only way I can figure out to bypass inter-cell navigation
     15- (BOOL)canFocusCell:(NSCell *)cell atTableColumn:(NSTableColumn *)tableColumn row:(int)row;
     16{
     17    return NO;
     18}
    1319
    1420- (void)highlightSelectionInClipRect:(NSRect)clipRect;
Note: See TracChangeset for help on using the changeset viewer.