X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/fc20fb5991f57d35d0483a29d8a4c8f7775e7969..f3f68377429d64947ab0b32f925eb3632bd7e94b:/ITImageCell.h diff --git a/ITImageCell.h b/ITImageCell.h new file mode 100755 index 0000000..c4bb080 --- /dev/null +++ b/ITImageCell.h @@ -0,0 +1,28 @@ +/* + * ITKit + * ITImageCell + * NSImageCell subclass which adds new features. + * + * Original Author : Matt Judy + * Responsibility : Matt Judy + * + * Copyright (c) 2003 iThink Software. + * All Rights Reserved + * + */ + + +#import + + +@interface ITImageCell : NSImageCell { + + BOOL _scalesSmoothly; + +} + +- (BOOL)scalesSmoothly; +- (void)setScalesSmoothly:(BOOL)flag; + + +@end