Re: get the NSWindow instance
Re: get the NSWindow instance
- Subject: Re: get the NSWindow instance
- From: David Martin <email@hidden>
- Date: Tue, 30 Jul 2002 14:27:07 +0200
On Tuesday, July 30, 2002, at 02:08 , Chong Hiu Pun wrote:
In my cocoa application, there is a NSWindow contained a few button and
textfield. How can I get my NSWindow instance(I want to control the
NSWindow behaviour by code) ?
You may do it like that:
NSWindow *aWindow = [aButtonOutlet window];
Bye,
David
_______________________________________________
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.