Synchronize access to transfer queues.
[MacTF.git] / iLifeControls / NFHUDFrame.h
blob01a72f2a5878d615f25208772209cb09f7c805c5
1 //
2 // NFHUDFrame.h
3 // iLife HUD Window
4 //
5 // Created by Sean Patrick O'Brien on 9/23/06.
6 // Copyright 2006 Sean Patrick O'Brien. All rights reserved.
7 //
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;
24 @end