API 0.9.5
AppKit/CPTreeNode.h
Go to the documentation of this file.
00001 
00002 @interface CPTreeNode : CPObject
00003 {
00004     id              _representedObject // @accessors(readonly, property=representedObject);
00005 
00006     CPTreeNode      _parentNode // @accessors(readonly, property=parentNode);
00007     CPMutableArray  _childNodes;
00008 }
00009 @end
 All Classes Files Functions Variables Defines