X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f:/ITKeyComboPanel.h diff --git a/ITKeyComboPanel.h b/ITKeyComboPanel.h index fbe18aa..85806d4 100755 --- a/ITKeyComboPanel.h +++ b/ITKeyComboPanel.h @@ -1,17 +1,25 @@ -// -// ITKeyComboPanel.h +/* + * ITKit + * ITKeyComboPanel + * + * Original Author : Quentin Carnicelli <...> + * Responsibility : Kent Sutherland + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ -// -// Created by Quentin Carnicelli on Sun Aug 03 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// #import + @class ITKeyBroadcaster; @class ITKeyCombo; @class ITHotKey; + @interface ITKeyComboPanel : NSWindowController { IBOutlet NSTextField* mTitleField; @@ -37,4 +45,6 @@ - (IBAction)ok: (id)sender; - (IBAction)cancel: (id)sender; - (IBAction)clear: (id)sender; + + @end