CPObjectCPResponder
CPView
CPControl
_CPColorView
@implementation _CPColorView : CPControl
Method Summary | |
---|---|
-(id) | initWithFrame:(CPRect)aFrame |
-(void) | mouseDragged:(CPEvent)anEvent Notifies the receiver that the user has initiated a drag over it. |
-(void) | pasteboard:(CPPasteboard)aPasteboard provideDataForType:(CPString)aType |
Methods inherited from class CPControl |
---|
initWithFrame, action, alignment, backgroundColorForName, floatValue, font, isEnabled, mouseUp, sendAction, setAction, setAlignment, setBackgroundColor, setBackgroundColorWithName, setBackgroundColor, setEnabled, setFloatValue, setFont, setTarget, setTextColor, setTextShadow, target, textColor, textShadow |
Method Detail |
---|
-(id)initWithFrame:(CPRect)aFrame
aFrame
-(void)mouseDragged:(CPEvent)anEvent
anEvent
- contains information about the drag-(void)pasteboard:(CPPasteboard)aPasteboard provideDataForType:(CPString)aType
aPasteboard
aType
Created on Sat Sep 13 14:15:43 PDT 2008