This is PageMarker.h in view mode; [Download] [Up]
/* PageMarker.h by Paul Rensinng November 1991 * draws page boundary in drawing document * * Copyright (C) 1991 The Board of Trustees of * The Leland Stanford Junior University. All Rights Reserved. */ #define PAGEMARKER_H_ID "$Id: PageMarker.h,v 2.6 1992/12/05 17:50:01 pfkeb Exp $" #import "Draw.subproj/draw.h" #define PAGE_LENGTH 720 #define PAGE_WIDTH 540 @interface PageMarker : Line - addSelf: (id) hgraphview; - draw; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.