Re: NSSplitView and subviews, awkward?
Re: NSSplitView and subviews, awkward?
- Subject: Re: NSSplitView and subviews, awkward?
- From: "Theodore H. Smith" <email@hidden>
- Date: Fri, 27 May 2005 01:05:17 +0100
Also, can someone tell me how to make a subview not a subview
anymore? I can't figure that out, either. If I delete the topview,
then the subviews are deleted too, and I don't want that.
Look at the documentation for NSView, specifically the methods -
(void)removeFromSuperviewWithoutNeedingDisplay
and
- (void)removeFromSuperview
Thanks.
I actually meant, remove from a subview, inside IB, though. I used a
work around for now, which is to copy the stuff, and then delete the
original.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden