git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework
[ITKit.git]
/
ITButton.h
diff --git
a/ITButton.h
b/ITButton.h
old mode 100755
(executable)
new mode 100644
(file)
index
618437d
..
e97435c
--- a/
ITButton.h
+++ b/
ITButton.h
@@
-1,23
+1,20
@@
/*
* ITKit
/*
* ITKit
- * ITButton
- * Stylized button for use in Status Windows.
+ * ITButton.h
*
*
- * Original Author : Matthew Judy <mjudy@ithinksw.com>
- * Responsibility : Matthew Judy <mjudy@ithinksw.com>
- * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * Custom NSButton subclass that uses ITButtonCell.
*
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
*
*/
-
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-
@interface ITButton : NSButton {
}
@interface ITButton : NSButton {
}
-@end
+@end
\ No newline at end of file