git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Licensing ITKit under the GNU General Public License version 2.
[ITKit.git]
/
ITTSWBackgroundView.h
diff --git
a/ITTSWBackgroundView.h
b/ITTSWBackgroundView.h
index
ad1d854
..
76d923b
100644
(file)
--- a/
ITTSWBackgroundView.h
+++ b/
ITTSWBackgroundView.h
@@
-4,25
+4,22
@@
*
* NSView subclass which draws a translucent background with rounded corners.
*
*
* NSView subclass which draws a translucent background with rounded corners.
*
- * Copyright (c) 2005 by iThink Software.
- * All Rights Reserved.
- *
- * $Id$
+ * Copyright (c) 2005 iThink Software
*
*/
#import <Cocoa/Cocoa.h>
typedef enum _ITTSWBackgroundMode {
*
*/
#import <Cocoa/Cocoa.h>
typedef enum _ITTSWBackgroundMode {
- ITTSWBackgroundApple,
- ITTSWBackgroundReadable,
- ITTSWBackgroundColored
+
ITTSWBackgroundApple,
+
ITTSWBackgroundReadable,
+
ITTSWBackgroundColored
} ITTSWBackgroundMode;
@interface ITTSWBackgroundView : NSView {
} ITTSWBackgroundMode;
@interface ITTSWBackgroundView : NSView {
- NSBezierPath *_path;
- NSColor *_color;
- ITTSWBackgroundMode _mode;
+
NSBezierPath *_path;
+
NSColor *_color;
+
ITTSWBackgroundMode _mode;
}
- (ITTSWBackgroundMode)backgroundMode;
}
- (ITTSWBackgroundMode)backgroundMode;