CPObjectCPResponder
CPWindow
_CPMenuWindow
@implementation _CPMenuWindow : CPWindow
Method Summary | |
---|---|
+(id) | menuWindowWithMenu:(CPMenu)aMenu font:(CPFont)aFont |
+(void) | poolMenuWindow:(_CPMenuWindow)aMenuWindow |
-(id) | init Initializes the receiver. |
-(void) | beginTrackingWithEvent:(CPEvent)anEvent sessionDelegate:(id)aSessionDelegate didEndSelector:(SEL)aDidEndSelector |
-(void) | cancelTracking |
-(void) | constrainToScreen |
-(void) | orderFront:(id)aSender Makes the receiver the front most window in the screen ordering. |
-(CGPoint) | rectForItemAtIndex:(int)anIndex |
-(void) | setBackgroundStyle:(_CPMenuWindowBackgroundStyle)aBackgroundStyle |
-(void) | setFont:(CPFont)aFont |
-(void) | setMenu:(CPMenu)aMenu |
-(void) | setMinWidth:(float)aWidth |
-(void) | trackEvent:(CPEvent)anEvent |
Method Detail |
---|
+(id)menuWindowWithMenu:(CPMenu)aMenu font:(CPFont)aFont
aMenu
aFont
+(void)poolMenuWindow:(_CPMenuWindow)aMenuWindow
aMenuWindow
-(id)init
-(void)beginTrackingWithEvent:(CPEvent)anEvent sessionDelegate:(id)aSessionDelegate didEndSelector:(SEL)aDidEndSelector
anEvent
aSessionDelegate
aDidEndSelector
-(void)cancelTracking
-(void)constrainToScreen
-(void)orderFront:(id)aSender
aSender
- the object that requested this-(CGPoint)rectForItemAtIndex:(int)anIndex
anIndex
-(void)setBackgroundStyle:(_CPMenuWindowBackgroundStyle)aBackgroundStyle
aBackgroundStyle
-(void)setFont:(CPFont)aFont
aFont
-(void)setMenu:(CPMenu)aMenu
aMenu
-(void)setMinWidth:(float)aWidth
aWidth
-(void)trackEvent:(CPEvent)anEvent
anEvent
Created on Sat Sep 13 14:15:43 PDT 2008