Re: window's "toolbar" outlet
Re: window's "toolbar" outlet
- Subject: Re: window's "toolbar" outlet
- From: Michael Babin <email@hidden>
- Date: Wed, 14 Nov 2007 06:55:54 -0600
On Nov 14, 2007, at 5:18 AM, Camille GOUREAU-SUIGNARD wrote:
IB now has an object to create and manage NSToolbar ans NSToolbarItem.
That's perfect.
But the NSWindo's IBOutlet "toolbar" is no more availbale in
NSWindow objects in IB.
Is it mandatory to set (via a NSWindowControler) the window's
toolbar (setToolbar) ?
You can drag the NSToolbar from the palette and drop it on your window
in IB 3, which places the toolbar in the window. If you drop it on the
nib window itself (the window containing all your nib objects, like
File's Owner, First Responder, and your NSWindow object) to create an
NSToolbar separate from any window, then you would need to use
setToolbar to connect it to a particular NSWindow.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden