CPObjectCPResponder
CPView
CPThemeFrame
@implementation CPThemeFrame : CPView
Method Summary | |
---|---|
-(id) | initWithFrame:(CGRect)aFrame Initializes the receiver for usage with the specified bounding rectangle. |
-(id) | initWithFrame:(CPRect)aFrame forStyleMask:(unsigned)aStyleMask |
-(BOOL) | acceptsFirstMouse:(CPEvent)anEvent Returns whether the receiver should be sent a mouseDown:
message for anEvent . |
-(void) | mouseDown:(CPEvent)anEvent Notifies the receiver that the user has clicked the mouse down in its area. |
-(void) | setShowsResizeIndicator:(BOOL)shouldShowResizeIndicator |
-(void) | setTitle:(CPString)aTitle |
-(void) | setTitle:(CPString)title |
-(CPImage) | showsResizeIndicator |
-(CPString) | title |
-(CPString) | title |
-(void) | windowDidChangeDocumentEdited |
-(void) | windowDidChangeDocumentSaving |
Method Detail |
---|
-(id)initWithFrame:(CGRect)aFrame
aFrame
-(id)initWithFrame:(CPRect)aFrame forStyleMask:(unsigned)aStyleMask
aFrame
aStyleMask
-(BOOL)acceptsFirstMouse:(CPEvent)anEvent
mouseDown:
message for anEvent
.NO
anEvent
YES
, if the view object accepts first mouse-down
event. NO
, otherwise.
-(void)mouseDown:(CPEvent)anEvent
anEvent
- contains information about the click-(void)setShowsResizeIndicator:(BOOL)shouldShowResizeIndicator
shouldShowResizeIndicator
-(void)setTitle:(CPString)aTitle
aTitle
-(void)setTitle:(CPString)title
title
-(CPImage)showsResizeIndicator
-(CPString)title
-(CPString)title
-(void)windowDidChangeDocumentEdited
-(void)windowDidChangeDocumentSaving
Created on Thu Sep 04 07:27:02 PDT 2008