This is Square.h in view mode; [Download] [Up]
@interface Square : Cell
{
float background;
char *icon;
int type;
}
- setBackground: (float) b;
- highlight: (const NXRect *)f inView: v;
- drawSelf:(const NXRect *)cellFrame inView:v;
- drawInside:(const NXRect *)cellFrame inView:v;
- drawBackground:(const NXRect *)f inView: v;
- setIcon: (char const *)i;
- (char const *)icon;
- (int)type;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.