Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[ITKit.git] / ITKeyBroadcaster.h
1 //
2 //  ITKeyBroadcaster.h
3 //
4 //  Created by Quentin Carnicelli on Sun Aug 03 2003.
5 //  Copyright (c) 2003 iThink Software. All rights reserved.
6 //
7
8 #import <AppKit/AppKit.h>
9
10
11 @interface ITKeyBroadcaster : NSButton
12 {
13 }
14
15 + (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers;
16
17 @end
18
19 __private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo