NSView (misc)


Declared In:
NSView+misc.h


Category Description

This category contains methods used to support Watson tool functionality. It contains convenience functions for dealing with views containing a single item in its subview.


Method Types

- setSubview:
- subview

Instance Methods

setSubview:

- (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.


subview

- (id)subview

Return the single (or first) subview of self.


Version 1.1 Copyright ©2003 by Karelia Software, LLC. All Rights Reserved.