Re: looking for Heirarchical list window with editing
Re: looking for Heirarchical list window with editing
- Subject: Re: looking for Heirarchical list window with editing
- From: Shawn Erickson <email@hidden>
- Date: Sat, 18 Oct 2003 11:07:46 -0700
On Saturday, October 18, 2003, at 10:37 AM, Bob Sabiston wrote:
Hello,
I haven't done any cocoa programming, but I am thinking about using
cocoa for a window in what is otherwise a carbon program. Basically I
have a heirarchical list of objects and groups of objects, and groups
of groups, etc. I am thinking that cocoa may have an already built
interface gadget that will allow me to list my heirarchy and be able
to move stuff around in the heirarchy.
I have a window now that works fine, but I have no support for moving
items around in the window, like putting an object in a group by
dragging it there. Is there a preexisting cocoa object that I can use
for this? Would it be problematic to use it from carbon? I have
already implemented the Apple sample code which allows you to put a
cocoa window in a carbon app, so it would just be a matter of the
specifics of this window.
NSOutlineView can likely do want you want.
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSOutlineView.html#//apple_ref/occ/
cl/NSOutlineView
-shawn
_______________________________________________
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.