Artifact 71a6669d4719a35e11d2abebfb8306a55f0be082c0dfff27d2f103ebf13654d8:
- File
r34.1/plot/EpsViewer.h
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 467) [annotate] [blame] [check-ins using] [more...]
/* * $Id: EpsViewer.h,v 3.24 1992/02/29 16:27:40 woo Exp woo $ * * $Log: EpsViewer.h,v $ * Revision 3.24 1992/02/29 16:27:40 woo * gnuplot3.2, beta 4 * */ #import <appkit/Application.h> #import <appkit/graphics.h> #import <dpsclient/dpsclient.h> #import <appkit/Window.h> @interface EpsViewer:Application { id theNewWin; } - windowCreate:(NXCoord)width Height:(NXCoord)height; - (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height; @end