home *** CD-ROM | disk | FTP | other *** search
- @interface Drawclass:View
- {
- BOOL needtoclear;
- BOOL justlast;
- BOOL printmouseclicks;
- BOOL sendackstring;
- int inpipenumber;
- int outpipenumber;
- float height,width,xoffset,yoffset;
- char **psstrings;
- int maxstrings;
- int nstrings;
- NXRect windowrectangle;
- }
- -drawSelf: (NXRect *)rects: (int)rectCount;
- -addtostrings:(char *)string;
- -subfromstrings:(char *)string;
- -clearview:sender;
- -saveview:sender;
- -printview:sender;
- -(int)inpipe:sender;
- -(int)outpipe:sender;
- -(NXRect *)viewbox:sender;
- -expandstringarea:(int)to From:(int)from;
- -mouseon:sender;
- -mouseoff:sender;
- -mouseDown:(NXEvent *)theEvent;
- -rightMouseDown:(NXEvent *)theEvent;
- -ackoff:sender;
- -ackon:sender;
- -(BOOL)isackon:sender;
- -commandlineargs:(int)argc:(char**)argv;
- -copyPSToStream:(NXStream *)aStream forView:view;
- @end
-
- @interface InfoPanel:View
- {
- }
- -drawSelf: (NXRect *)rects: (int)rectCount;
- @end
-