Method | Description | |
---|---|---|
DidBecomeKey ( NSNotification notification ) : void | ||
DidBecomeMain ( NSNotification notification ) : void | ||
DidResignKey ( NSNotification notification ) : void | ||
DidResignMain ( NSNotification notification ) : void | ||
MainWindowDelegate ( |
||
ShouldZoom ( |
||
WillClose ( NSNotification notification ) : void |
public DidBecomeKey ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidBecomeMain ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidResignKey ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public DidResignMain ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public MainWindowDelegate ( |
||
owner | ||
return | System |
public ShouldZoom ( |
||
window | ||
newFrame | ||
return | bool |
public WillClose ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |