home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface TreeView:View
- {
- id treeRoot;
- id lineList;
- }
-
- - buildTreeFromNode:aNode bottom:(double)ybot
- top:(double)ytop atX:(double)xpos parent:(NXPoint *)pos;
- - attachTree:aTree;
- - drawSelf:(NXRect *)rects :(int)rectCount; // standard rendering method
-
- @end
-