Synchronize access to transfer queues.
[MacTF.git] / iLifeControls / EtchedText.h
blob1df3ca746e94de6764094e4042225c4f4df2943d
1 /* EtchedText */
3 #import <Cocoa/Cocoa.h>
5 @interface EtchedText : NSTextField
8 + (Class)cellClass;
10 -(void)setShadowColor:(NSColor *)color;
12 @end