Re: Where are the target and action variables?
Re: Where are the target and action variables?
- Subject: Re: Where are the target and action variables?
- From: mmalc crawford <email@hidden>
- Date: Thu, 30 Aug 2007 12:25:54 -0700
On Aug 30, 2007, at 11:51 AM, Emanuele ∞ Vulcano wrote:
Virtually all access is done via properties, which are pairs of -
someValue/-setSomeValue: methods. Interface Builder should set the
action *property*, which means calling -setAction: on the button.
This is not commonly-used terminology and may be confused with a
forthcoming language feature (see <http://developer.apple.com/leopard/overview/tools.html
>).
Access to an object's properties (in the sense of its attributes and
relationships) is typically mediated by *accessor methods*, which are
pairs of -someValue/-setSomeValue: methods.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden