Accessing NSToolBarItems
Accessing NSToolBarItems
- Subject: Accessing NSToolBarItems
- From: Matt Judy <email@hidden>
- Date: Thu, 13 Dec 2001 21:49:32 -0800
Once I have added an NSToolbarItem to an NSToolbar, how can I message it
(to change its label, etc)?
I could use NSToolbar's items method to get the array of all
NSToolbarItems, then enumerate and iterate for a specific tag, but that
seems a bit intensive, and there's probably a better way I'm overlooking.
Thanks!
--Matt