This is IconView.h in view mode; [Download] [Up]
/* IconView.h */
#import <appkit/View.h>
@interface IconView:View
{
char username[10]; /* User name to display in Icon */
char ttyname[10]; /* TTY name to display */
}
- init;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *)theEvent;
- iconSetTty: (const char *) tty; /* Set instance variable ttyname */
- iconSetName: (const char *) name; /* Set instance variable username */
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.