Container views in custom IB palettes
Container views in custom IB palettes
- Subject: Container views in custom IB palettes
- From: Pete Yandell <email@hidden>
- Date: Wed, 5 Feb 2003 14:16:19 +1100
I'm trying to create a subclass of NSView that can act as a container
for other views...think along the lines of NSBox.
I've created an IB inspector and palette for my custom class, but I
can't get IB to let me add child views to instances of my class.
According to IBViewProtocol.h file, I can define the ibIsContainer
method on my object to let IB know that it's a container view. I've
tried this, and it makes no difference whatsoever.
Anyone know what the magic incantation is?
Pete Yandell
http://pete.yandell.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.