Re: NSWindow question
Re: NSWindow question
- Subject: Re: NSWindow question
- From: Dustin Voss <email@hidden>
- Date: Tue, 17 Feb 2004 16:04:47 -0800
On 17 Feb, 2004, at 5:30 AM, Georg Tuparev wrote:
Is the sender of NSWindow's
- (void)makeKeyAndOrderFront:(id)sender
used for any purpose other then making the method an action?
This method could be called by you, or the system, or implicitly by
clicking on a control in the window. In the latter case, perhaps
NSWindow makes the sender first responder. That's one possible use. But
I figure it's most likely just there to make the method fit into the
IBAction pattern.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.