I have a NSOutlineView and I want to make the text for a row change color when the rows check box has been checked.
The Outline View looks like:
_ _________________
|_| |____TEXT CELL____|
_ _________________
|_| |____TEXT CELL____|
_ _________________
|_| |____TEXT CELL____|
(CHECKBOX)
How would I do this.