5 // Created by Sean Patrick O'Brien on 9/15/06.
6 // Copyright 2006 Sean Patrick O'Brien. All rights reserved.
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
;