Inserting a view into an NSSplitView
Inserting a view into an NSSplitView
- Subject: Inserting a view into an NSSplitView
- From: Eric <email@hidden>
- Date: Tue, 17 Sep 2002 21:43:52 -0400
Does anyone know of a way to insert a view in between two existing views in
an NSSplitView? I read through the docs and the only method I found for
adding subviews to an NSSplitView is -addSubview:, which adds subviews at
the "end" of an NSSplitView. Essentially, I'm looking for behavior akin to
that which a method -insertSubview:atIndex: would provide. Thanks for any
pointers in the right direction.
Eric Wang
_______________________________________________
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.