home *** CD-ROM | disk | FTP | other *** search
- /* 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 1.2 1992/03/01 12:06:12 pfkeb Rel $"
-
- #import "Line.h"
-
- #define PAGE_LENGTH 720
- #define PAGE_WIDTH 540
-
- @interface PageMarker : Line
-
- - addSelf: (id) hgraphview;
- - draw;
-
- @end
-
-