This is Book.h in view mode; [Download] [Up]
#import "Glyph.h" @interface Book:Glyph { char *name ; int currentPage ; BOOL stealHits ; } - currentPage: (int) pageNum ; - (int) currentPage ; - display: (NXRect *) aRect ; - drawSelf: (NXRect *) aRect ; - free ; - hitTest: (NXPoint *) aPnt ; - init: (float) x :(float) y ; - isBook ; - mouseDown: (NXEvent *) anEvent ; - (char *) name ; - name: (char *) aString ; - showPage: (int) pageNum ; - stealHits: (BOOL) YESorNO ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.