root/Trunk/AIUtilities.framework/Versions/A/Headers/AIWindowControllerAdditions.h @ 2

Revision 2, 340 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIWindowControllerAdditions.h
3//  AIUtilities.framework
4//
5//  Created by David Smith on 9/16/06.
6//  Copyright 2006 __MyCompanyName__. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface NSWindowController (AIWindowControllerAdditions) 
13
14- (BOOL) canCustomizeToolbar;
15- (BOOL) shouldResignKeyWindowWithoutUserInput;
16
17@end
Note: See TracBrowser for help on using the browser.