Re: NSToolbar Sample
Re: NSToolbar Sample
- Subject: Re: NSToolbar Sample
- From: John Blackburn <email@hidden>
- Date: Tue, 30 Oct 2001 10:23:59 -0800
The names are assigned as outlets within the controller. Double-click
the controller's icon within Instances and choose Attributes from the
Inspector palette's popup. You'll see the names there.
John Blackburn
On Tuesday, October 30, 2001, at 10:12 AM, email@hidden wrote:
I've gone over the NSToolbar Sample from Apple, and it's pretty
straightforward. The only thing I can't determine is:
Two of the toolbar items are custom views. One is named NSCustomView
and NSCustomView2 in IB. Back in PB, when the toolbar items are built
they are referred to as fontSizeView and popUpView. I can't find where
they've assigned those identifiers to those custom views. I'm sure it
was done in IB, but where?