Re: Wring code without interface builder
Re: Wring code without interface builder
- Subject: Re: Wring code without interface builder
- From: Sherm Pendley <email@hidden>
- Date: Sun, 4 Aug 2002 17:06:28 -0400
On Sunday, August 4, 2002, at 03:43 PM, Albert Russel wrote:
I am still puzzled how events from the different controls and views
are sent to each other if you do not use InterfaceBuilder
Check out the setAction: and setTarget: methods in NSControl. Those tell
your newly-created control what action message to send, and to what
target to send it.
sherm--
_______________________________________________
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.