Re: What are Tags
Re: What are Tags
- Subject: Re: What are Tags
- From: Donald Brown <email@hidden>
- Date: Fri, 03 May 2002 14:52:02 -0500
Tags are your data that you can attach to objects. You can assign them a
pointer to one of your objects, or just a number value that you can use
later. I put different tags on all my menu items, so in validateMenuItem: I
just do a switch based on ([item tag])
Donald
on 5/3/02 2:41 PM, Mike O'Connor at email@hidden wrote:
>
Where can I find a discussion of what Tags are, and how to use them? TIA
>
_______________________________________________
>
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.
--
Donald Brown
email@hidden
http://www.eamontales.com
We have met the enemy and he is us - Pogo
_______________________________________________
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.
References: | |
| >What are Tags (From: "Mike O'Connor" <email@hidden>) |