Lots more stuff merged in. Added an ITImageView/ITImageCell object to allow smooth...
[ITKit.git] / ITImageView.h
diff --git a/ITImageView.h b/ITImageView.h
new file mode 100755 (executable)
index 0000000..d9141c8
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ *     ITKit
+ *  ITImageView
+ *    NSImageView subclass which adds new features.
+ *
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *
+ *  Copyright (c) 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface ITImageView : NSImageView {
+
+}
+
+- (BOOL)scalesSmoothly;
+- (void)setScalesSmoothly:(BOOL)flag;
+
+@end