Modify element hierarchy in a window with Interface Builder
Modify element hierarchy in a window with Interface Builder
- Subject: Modify element hierarchy in a window with Interface Builder
- From: Damien Bobillot <email@hidden>
- Date: Sat, 10 Dec 2005 16:58:24 +0100
Hello,
I have a nib file containing a window with the following element
hierarchy :
NSWindow
NSView (Content View)
NSSplitView
NSScroller
NSOutlineView
NSScroller
NSTextView
I'd like to replace the NSTextView with a NSTableView object.
Another thing, with the following element hierarchy :
NSWindow
NSView (Content View)
NSTabView
...
NSButton
I'd like to move the NSButton object inside the NSTabView.
Any ideas for doing these tasks ? (other than creating a new window
from scratch)
--
Damien Bobillot
_______________________________________________
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