- Declared In:
- NSView+misc.h
- - setSubview:
- - subview
- (void)setSubview:(NSView *)inView
Set inView to be the subview of self. If there is currently no subview, it is impossible to properly size the subview to fit within the subview.
- (id)subview
Return the single (or first) subview of self.