Re: NSTableView and NSImage
Re: NSTableView and NSImage
- Subject: Re: NSTableView and NSImage
- From: Gérard Iglesias <email@hidden>
- Date: Thu, 11 Apr 2002 09:42:44 +0200
Simply put an NSImageCell as the dataCell of the table column, and set
the image as the object value of the cell at the right time.
If you want to display an image and a text after that think about using
an NSBrowserCell, with the [theCell setLeaf:YES] the cell will display a
well formated icon and text cell.
Regards
Gerard
_______________________________________________
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.