5 // Created by Sean Patrick O'Brien on 9/23/06.
6 // Copyright 2006 Sean Patrick O'Brien. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import "NSGrayFrame.h"
12 @interface NFHUDFrame
: NSGrayFrame
{
16 + (NSBezierPath
*)_clippingPathForFrame
:(NSRect
)aRect
;
18 - (void)_drawTitle
:(NSRect
)rect
;
19 - (void)_drawTitleBar
:(NSRect
)rect
;
20 - (void)drawRect
:(NSRect
)rect
;
22 -(float)titleBarHeight
;