I am wondering how to draw a NSTextFieldCell
like the one in NetNewsWire.
I have already subclassed a NSTextFieldCell
for the group cell and specified it in my PXSourceList's
dataCellForItem
.
The source list is cell based.
I just don't know how to draw the cells.