Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: third_party/apple_sample_code/ImageAndTextCell.h

Issue 8437088: Copy libWebKitSystemInterfaceLeopard.a into third_party/apple/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move it around Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/apple/README.chromium ('k') | third_party/apple_sample_code/ImageAndTextCell.m » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 File: ImageAndTextCell.h 2 File: ImageAndTextCell.h
3 Abstract: Subclass of NSTextFieldCell which can display text and an image simul taneously. 3 Abstract: Subclass of NSTextFieldCell which can display text and an image simul taneously.
4 Version: 1.0 4 Version: 1.0
5 5
6 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple 6 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
7 Inc. ("Apple") in consideration of your agreement to the following 7 Inc. ("Apple") in consideration of your agreement to the following
8 terms, and your use, installation, modification or redistribution of 8 terms, and your use, installation, modification or redistribution of
9 this Apple software constitutes acceptance of these terms. If you do 9 this Apple software constitutes acceptance of these terms. If you do
10 not agree with these terms, please do not use, install, modify or 10 not agree with these terms, please do not use, install, modify or
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 @private 52 @private
53 NSImage *image; 53 NSImage *image;
54 } 54 }
55 55
56 @property(readwrite, retain) NSImage *image; 56 @property(readwrite, retain) NSImage *image;
57 57
58 - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView; 58 - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
59 - (NSSize)cellSize; 59 - (NSSize)cellSize;
60 60
61 @end 61 @end
OLDNEW
« no previous file with comments | « third_party/apple/README.chromium ('k') | third_party/apple_sample_code/ImageAndTextCell.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698