* MYTask: Added -commandLine, overhauled logging.
* MYDirectoryWatcher: Overhauled logging.
* MYErrorUtils: Disabled use of Security API (so it'll build without linking against Security.framework.)
1 #import <Cocoa/Cocoa.h>
3 /** Subclass of NSTextFieldCell which can display text and an image simultaneously.
4 Taken directly from Apple sample code. */
5 @interface ImageAndTextCell : NSTextFieldCell
11 - (void)setImage:(NSImage *)anImage;
14 - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;