Am 04.08.2008 um 02:11 schrieb Sandro Noel:
Hello!
I would like to know how to design an interface that resembles the
Mac Mail application
most specifically, the tree view, I cant seem to set the proper
properties in interface builder
to achieve the same thing...
so far, i've got the spli
look at [1] in NSOutlineView Class Reference and use an attributed
string to draw the icon or use a custom NSCell.
[1]: - (BOOL)outlineView:(NSOutlineView *)outlineView isGroupItem:
(id)item
:: marcelo.alves
On 03/08/2008, at 21:11, Sandro Noel wrote:
Hello!
I would like to know how t