This is Page.h in view mode; [Download] [Up]
#import "Glyph.h"
@interface Page:Glyph
{ unsigned pageNum ;
}
- (BOOL) precedes: aGlyph ;
- display: (NXRect *) aRect ;
- drawSelf: (NXRect *) bRect ;
- init: (float) width :(float) height ;
- mouseDown: (NXEvent *) anEvent ;
- mouseUp: (NXEvent *) anEvent ;
- (unsigned) pageNum ;
- pageNum: (unsigned) aNum ;
- plant: (Glyph *) aGlyph ;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.