API  1.0.0
<CPWindowDelegate > Protocol Reference
+ 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

◆ windowDidBecomeKey:()

- (void CPWindowDelegate) windowDidBecomeKey: (CPNotification aNotification
optional

◆ windowDidBecomeMain:()

- (void CPWindowDelegate) windowDidBecomeMain: (CPNotification aNotification
optional

◆ windowDidDeminiaturize:()

- (void CPWindowDelegate) windowDidDeminiaturize: (CPNotification notification
optional

◆ windowDidEndSheet:()

- (void CPWindowDelegate) windowDidEndSheet: (CPNotification aNotification
optional

◆ windowDidMiniaturize:()

- (void CPWindowDelegate) windowDidMiniaturize: (CPNotification notification
optional

◆ windowDidMove:()

- (void CPWindowDelegate) windowDidMove: (CPNotification aNotification
optional

◆ windowDidResignKey:()

- (void CPWindowDelegate) windowDidResignKey: (CPNotification aNotification
optional

◆ windowDidResignMain:()

- (void CPWindowDelegate) windowDidResignMain: (CPNotification aNotification
optional

◆ windowDidResize:()

- (void CPWindowDelegate) windowDidResize: (CPNotification aNotification
optional

◆ windowShouldClose:()

- (BOOL CPWindowDelegate) windowShouldClose: (CPWindow aWindow
optional

◆ windowWillBeginSheet:()

- (void CPWindowDelegate) windowWillBeginSheet: (CPNotification aNotification
optional

◆ windowWillClose:()

- (void CPWindowDelegate) windowWillClose: (CPWindow aWindow
optional

◆ windowWillMiniaturize:()

- (void CPWindowDelegate) windowWillMiniaturize: (CPNotification notification
optional

◆ windowWillResize:toSize:()

- (CGSize CPWindowDelegate) windowWillResize: (CPWindow sender
toSize: (CGSize)  aSize 
optional

◆ windowWillReturnUndoManager:()

- (CPUndoManager CPWindowDelegate) windowWillReturnUndoManager: (CPWindow window
optional

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