fixing an inconsistency btwn Dock menu and app menu
[cpuHistory.git] / TranslucentView.h
blob2c36dca6b69ce4ccddc546ad31395b8a83f37d8b
1 //
2 // TranslucentView.h
3 //
4 // Created by Takashi T. Hamada on Thu Nov 01 2000.
5 // Copyright (c) 2000,2001 Takashi T. Hamada. All rights reserved.
6 //
8 #import <Cocoa/Cocoa.h>
11 @interface TranslucentView : NSView
13 id theContentDrawer;
14 SEL theDrawingMethod;
16 NSTrackingRectTag calBGViewRectTag;
17 float ImageOpacity;
20 - (void)mouseDown:(NSEvent *)theEvent;
21 - (void)setContentDrawer:(id)theDrawer method:(SEL)theMethod;
23 @end