X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..HEAD:/ITKeyBroadcaster.h diff --git a/ITKeyBroadcaster.h b/ITKeyBroadcaster.h old mode 100755 new mode 100644 index 9e30ed4..8e2aa45 --- a/ITKeyBroadcaster.h +++ b/ITKeyBroadcaster.h @@ -1,19 +1,19 @@ -// -// ITKeyBroadcaster.h -// -// Created by Quentin Carnicelli on Sun Aug 03 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// +/* + * ITKit + * ITKeyBroadcaster.h + * + * Copyright (c) 2005 iThink Software + * + */ -#import +#import +__private_extern__ NSString *ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo -@interface ITKeyBroadcaster : NSButton -{ -} +@interface ITKeyBroadcaster : NSButton { -+ (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers; +} -@end ++ (long)cocoaModifiersAsCarbonModifiers:(long)cocoaModifiers; -__private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo \ No newline at end of file +@end \ No newline at end of file