Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
<CPWindowDelegate> Protocol Referenceabstract
+ Inheritance diagram for <CPWindowDelegate>:

Instance Methods

(void) - windowDidBecomeKey:
 
(void) - windowDidBecomeMain:
 
(void) - windowDidDeminiaturize:
 
(void) - windowDidEndSheet:
 
(void) - windowDidMiniaturize:
 
(void) - windowDidMove:
 
(void) - windowDidResignKey:
 
(void) - windowDidResignMain:
 
(void) - windowDidResize:
 
(BOOL) - windowShouldClose:
 
(void) - windowWillBeginSheet:
 
(void) - windowWillClose:
 
(void) - windowWillMiniaturize:
 
(CGSize) - windowWillResize:toSize:
 
(CPUndoManager- windowWillReturnUndoManager:
 
- Instance Methods inherited from <CPObject>
(Class) - class
 
(BOOL) - conformsToProtocol:
 
(CPString- debugDescription
 
(CPString- description
 
(CPUInteger) - hash
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(BOOL) - respondsToSelector:
 
(id) - self
 
(Class) - superclass
 

Detailed Description

Definition at line 34 of file CPWindow.j.

Method Documentation

- (void) windowDidBecomeKey: (CPNotification aNotification
optional
- (void) windowDidBecomeMain: (CPNotification aNotification
optional
- (void) windowDidDeminiaturize: (CPNotification notification
optional
- (void) windowDidEndSheet: (CPNotification aNotification
optional
- (void) windowDidMiniaturize: (CPNotification notification
optional
- (void) windowDidMove: (CPNotification aNotification
optional
- (void) windowDidResignKey: (CPNotification aNotification
optional
- (void) windowDidResignMain: (CPNotification aNotification
optional
- (void) windowDidResize: (CPNotification aNotification
optional
- (BOOL) windowShouldClose: (CPWindow aWindow
optional
- (void) windowWillBeginSheet: (CPNotification aNotification
optional
- (void) windowWillClose: (CPWindow aWindow
optional
- (void) windowWillMiniaturize: (CPNotification notification
optional
- (CGSize) windowWillResize: (CPWindow sender
toSize: (CGSize)  aSize 
optional
- (CPUndoManager) windowWillReturnUndoManager: (CPWindow window
optional

The documentation for this protocol was generated from the following file: