diff options
| author | Rob McBroom <github@skurfer.com> | 2014-02-17 14:36:23 -0500 |
|---|---|---|
| committer | Rob McBroom <github@skurfer.com> | 2014-02-17 14:36:23 -0500 |
| commit | 0cad0c9c58dc4386e95c2e2968ac376c68be96be (patch) | |
| tree | e9866dcc8f3eade9e0edba0ce80aef7297e89337 /QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h | |
| parent | aaff46c79008d6f39502e02ed7e7ccc2408828e4 (diff) | |
project updates, version bump
Diffstat (limited to 'QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h')
| -rw-r--r-- | QSFoundation.framework/Versions/A/PrivateHeaders/QSImageAndTextCell.h | 25 |
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 |