CPObjectCPResponder
CPView
_CPWindowView
_CPHUDWindowView
@implementation _CPHUDWindowView : _CPWindowView
Method Summary | |
---|---|
-(id) | initWithFrame:(CPRect)aFrame |
-(void) | close:(id)aSender |
-(CPView) | hitTest:(CPPoint)aPoint Tests whether a point is contained within this view, or one of its subviews. |
-(void) | setFrameSize:(CPSize)aSize |
-(void) | setTitle:(CPString)aTitle |
-(CPString) | title |
Method Detail |
---|
-(id)initWithFrame:(CPRect)aFrame
aFrame
-(void)close:(id)aSender
aSender
-(CPView)hitTest:(CPPoint)aPoint
aPoint
- the point to test-(void)setFrameSize:(CPSize)aSize
aSize
-(void)setTitle:(CPString)aTitle
aTitle
-(CPString)title
Created on Sat Sep 13 14:15:43 PDT 2008