source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEMenuOutlineView.h@ 435

Last change on this file since 435 was 433, checked in by Nicholas Riley, 16 years ago

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

File size: 287 bytes
RevLine 
[428]1//
2// ICeCoffEEMenuOutlineView.h
3// ICeCoffEE
4//
5// Created by Nicholas Riley on 3/2/08.
6// Copyright 2008 Nicholas Riley. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
[433]11BOOL ICCF_ViewHasKeyboardFocus(NSView *view);
[428]12
13@interface ICeCoffEEMenuOutlineView : NSOutlineView {
[433]14
[428]15}
16
17@end
Note: See TracBrowser for help on using the repository browser.