4 // Created by Takashi T. Hamada on Thu Nov 01 2000.
5 // Copyright (c) 2000,2001 Takashi T. Hamada. All rights reserved.
8 #import <Cocoa/Cocoa.h>
11 @interface TranslucentView
: NSView
16 NSTrackingRectTag calBGViewRectTag
;
20 - (void)mouseDown
:(NSEvent
*)theEvent
;
21 - (void)setContentDrawer
:(id
)theDrawer method
:(SEL
)theMethod
;