I am creating a custom NSButtonCell for a custom rendering.
NSButtonCell
Now, I want to have different aspect depending if the mouse is over the button or not. How can
a good starting point, declared in NSResponder:
- (void)mouseEntered:(NSEvent *)theEvent; - (void)mouseExited:(NSEvent *)theEvent;
specifically, the button cell's container (not the cell itself) is the NSResponder.