See Also: NSTextAttachment
A disambiguation: NSTextAttachmentCell is an NSCell subclass.
From the documentation: The
Anyone know where to call highlight:withFrame:inView:? I’d like my cell to draw highlighted when the user clicks it and was thinking this might be the method to implement to do so. However, it never seems to be called.