home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import <dpsclient/wraps.h>
- #import "title.h"
-
-
- @interface ObjectView:View
- {
- }
-
- // Any subclass of View needs to implement its own drawSelf method
- - drawSelf: (const NXRect *)rects :(int)rectCount;
- - initFrame:(NXRect *)frameRect;
-
-
- @end
-