Ignore:
Timestamp:
03/03/08 09:25:06 (16 years ago)
Author:
Nicholas Riley
Message:

Undocumented method / hack fallback to determine whether we should draw the highlighted row as active.

File:
1 edited

Legend:

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

    r432 r433  
    99#import <Cocoa/Cocoa.h>
    1010
     11BOOL ICCF_ViewHasKeyboardFocus(NSView *view);
    1112
    1213@interface ICeCoffEEMenuOutlineView : NSOutlineView {
    13     NSWindow *mainWindow; // not retained
     14
    1415}
    1516
    16 - (BOOL)shouldUseActiveHighlight;
    17 
    1817@end
Note: See TracChangeset for help on using the changeset viewer.