Changeset 429 for trunk/ICeCoffEE
- Timestamp:
- 03/02/08 14:03:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEMenuOutlineView.m
r428 r429 11 11 12 12 @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 } 13 19 14 20 - (void)highlightSelectionInClipRect:(NSRect)clipRect;
Note:
See TracChangeset
for help on using the changeset viewer.