Synchronize access to transfer queues.
[MacTF.git] / iLifeControls / EtchedTextCell.h
blobeacc5e6e419a30be5192d958e44a5da4d49307d1
1 /* MyTitleCell */
3 #import <Cocoa/Cocoa.h>
5 @interface EtchedTextCell : NSTextFieldCell
7 NSColor *mShadowColor;
10 -(void)setShadowColor:(NSColor *)color;
12 @end