Re: Icons in NSTableView
Re: Icons in NSTableView
- Subject: Re: Icons in NSTableView
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 11 Jun 2001 15:05:55 -0500
Set the dataCell of the tableColumn you want to show the icons to a
NSImageCell. When the tableView asks its dataSource for the value of
that column, you return a NSImage.