Changeset 429

Show
Ignore:
Timestamp:
03/ 2/08 2:03:41 PM (9 months ago)
Author:
nicholas
Message:

Disable unwanted Leopard table inter-cell navigation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;