git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git]
/
ITButtonCell.h
diff --git
a/ITButtonCell.h
b/ITButtonCell.h
old mode 100755
(executable)
new mode 100644
(file)
index
fea3247
..
5cea59d
--- a/
ITButtonCell.h
+++ b/
ITButtonCell.h
@@
-1,16
+1,25
@@
-#import <Cocoa/Cocoa.h>
+/*
+ * ITKit
+ * ITButtonCell.h
+ *
+ * Custom NSButtonCell subclass that provides a stylized bezel style for use
+ * with ITStatusWindows.
+ *
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
+ *
+ */
+#import <Cocoa/Cocoa.h>
typedef enum _ITBezelStyle {
typedef enum _ITBezelStyle {
-
ITGrayRoundedBezelStyle
= 1001
+
ITGrayRoundedBezelStyle
= 1001
} ITBezelStyle;
} ITBezelStyle;
-
@interface ITButtonCell : NSButtonCell {
@interface ITButtonCell : NSButtonCell {
-
- ITBezelStyle _subStyle;
-
+ ITBezelStyle _subStyle;
}
}
-
-@end
+@end
\ No newline at end of file