mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
7 lines
378 B
Objective-C
7 lines
378 B
Objective-C
@interface NSImage (ImageFromBundle)
|
|
+ (NSImage*)imageNamed:(NSString*)aName inSameBundleAsClass:(id)anObject;
|
|
|
|
- (void)drawAdjustedAtPoint:(NSPoint)aPoint fromRect:(NSRect)srcRect operation:(NSCompositingOperation)op fraction:(CGFloat)delta;
|
|
- (void)drawAdjustedInRect:(NSRect)dstRect fromRect:(NSRect)srcRect operation:(NSCompositingOperation)op fraction:(CGFloat)delta;
|
|
@end
|