An NSControl's cell isn't in the view hierarchy. Am I correct?
If it isn't, how is it being drawn on the view if it's not in the view hierarchy?
I ask because I want to have a View/Control subclass that I can drag out onto a contentview, then add buttons into that view, and have the lowest component be the cell. So the cell can get all the click events, do something, then pas them onto the buttons.
Window ->ContentView -> CustomView ->(Button, Button, Button)