Re: Window load delegate function?
Re: Window load delegate function?
- Subject: Re: Window load delegate function?
- From: Enigmarelle Development <email@hidden>
- Date: Fri, 16 Nov 2001 23:33:36 -0500
They're hidden away in the NSWindow documentation -
- (void)windowDidBecomeMain:(NSNotification *)aNotification
- (void)windowDidBecomeKey:(NSNotification *)aNotification
- (void)windowDidExpose:(NSNotification *)aNotification
Also look at awakeFromNib in NSNibLoading.h
-john
On Friday, November 16, 2001, at 07:27 PM, Brian Luft wrote:
I'm looking for the event or delegate function or whatever that gets
called when a window is first displayed on the screen. What is it? I've
looked through the docs and Googled for it, but I can't find anything.
Thanks. Brian
---
Brian Luft
email@hidden
http://youma.cjb.net
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev