Warn about missing newline.
[MacTF.git] / iLifeControls / NFIWindow.h
blob4da45de013b2394ec5dfa0a94a4ede5508593f9c
1 //
2 // NFIWindow.h
3 // iLife Window
4 //
5 // Created by Sean Patrick O'Brien on 9/15/06.
6 // Copyright 2006 Sean Patrick O'Brien. All rights reserved.
7 //
8 #import <Cocoa/Cocoa.h>
10 @interface NFIWindow : NSWindow
14 - (float)titleBarHeight;
15 - (void)setTitleBarHeight:(float)height;
16 - (float)bottomBarHeight;
17 - (void)setBottomBarHeight:(float)height;
18 - (float)midBarHeight;
19 - (float)midBarOriginY;
20 - (void)setMidBarHeight:(float)height origin:(float)origin;
22 @end