• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: does windowDidClose or not?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >does windowDidClose or not? (From: Ben Dougall <email@hidden>)

  • Prev by Date: RE: Highlighting a valid drop target (serious dead end)
  • Next by Date: Re: does windowDidClose or not?
  • Previous by thread: does windowDidClose or not?
  • Next by thread: Re: does windowDidClose or not?
  • Index(es):
    • Date
    • Thread