Re: does windowDidClose or not?
Re: does windowDidClose or not?
- Subject: Re: does windowDidClose or not?
- From: William Bumgarner <email@hidden>
- Date: Sun, 16 Apr 2006 13:54:51 -0700
On Apr 16, 2006, at 1:34 PM, Ben Dougall wrote:
hello,
there's loads of talk in the archives about windowDidClose but i'm
still not sure if actually exists or not in any shape or from? i
don't think it does but i'm not sure. does it and if so what in
what form does it exist?
Check the Header as it is the definitive guide to all that NSWindow
makes publicly available.
@interface NSObject(NSWindowDelegate)
- (BOOL)windowShouldClose:(id)sender;
...
@end
@interface NSObject(NSWindowNotifications)
...
- (void)windowWillClose:(NSNotification *)notification;
...
@end
APPKIT_EXTERN NSString *NSWindowWillCloseNotification;
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden