Re: NSWindowController that closes itself
Re: NSWindowController that closes itself
- Subject: Re: NSWindowController that closes itself
- From: Dan Bernstein <email@hidden>
- Date: Wed, 14 Nov 2001 08:13:09 +0200
On Wednesday, November 14, 2001, at 05:08 AM, Erik M. Buck wrote:
if([[[self window] delegate] windowWillClose:[self window]])
Isn't it - (void)windowWillClose:(NSNotification *)aNotification ? If it
is (as the documentation says), what does it mean to test its return
value? (OK, now I'm probably demonstrating my cluelessness :-)
--
Dan Bernstein