summaryrefslogtreecommitdiff
path: root/QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h
diff options
context:
space:
mode:
authorRob McBroom <github@skurfer.com>2014-02-17 14:36:23 -0500
committerRob McBroom <github@skurfer.com>2014-02-17 14:36:23 -0500
commit0cad0c9c58dc4386e95c2e2968ac376c68be96be (patch)
treee9866dcc8f3eade9e0edba0ce80aef7297e89337 /QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h
parentaaff46c79008d6f39502e02ed7e7ccc2408828e4 (diff)
project updates, version bump
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h')
-rw-r--r--QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h b/QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h
deleted file mode 100644
index dc58a83..0000000
--- a/QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// QSImageAndTextCell.h
-//
-// Copyright (c) 2001 Apple. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface QSImageAndTextCell : NSTextFieldCell {
- BOOL editing;
- @private
- NSImage *image;
- NSSize imageSize;
-}
-
-- (void)setImage:(NSImage *)anImage;
-- (NSImage *)image;
-- (float)imageWidthForFrame:(NSRect)frame;
-- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
-- (NSSize)cellSize;
-- (NSRect)textRectForFrame:(NSRect)frame;
-- (NSSize) imageSize;
-- (void) setImageSize: (NSSize) newImageSize;
-
-@end \ No newline at end of file