home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Plotting
/
GnuTerm_1.1a
/
Source
/
NeXT
/
GnuView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-19
|
246 b
|
18 lines
#import <appkit/appkit.h>
#define NEXT_XMAX 7200
#define NEXT_YMAX 5040
@interface GnuView:View
{
char *PSstring;
}
- drawSelf:(const NXRect *) rects : (int) rectCount;
- initFrame: (NXRect *)rects;
- executePS:(char *)PStext;
- free;
@end