Re: Icons in outlines
Re: Icons in outlines
- Subject: Re: Icons in outlines
- From: Jason Bell <email@hidden>
- Date: Sat, 19 Oct 2002 08:24:56 -0400
Take a look at /Developer/Examples/AppKit/DragNDropOutlineView This
example uses a subclass of NSTextFieldCell (ImageAndTextCell.h, .m)
which divides the cell into two parts to accomplish exactly what you
propose.
- Jason
I want to put small icons to the left of item names in an outline view,
as in the Finder's list view. The user must be able to edit the item
names in place, so the icon cannot be a graphic object within the text
field.
Any ideas or examples?
--
Timothy Larkin
Abstract Tools
Caroline, NY
_______________________________________________
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.