This is Integer.h in view mode; [Download] [Up]
#import "PatchElement.h" @interface Integer:PatchElement { int value ; } - drawSelf: (NXRect *) aRect ; - init: (float) width :(float) height ; - setIntValue: (int) value ; - (int) value ; - value: anInt ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.