home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
DrawPageLayout.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-10
|
279 b
|
20 lines
@interface DrawPageLayout : PageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* Methods overridden from superclass */
- pickedUnits:sender;
- readPrintInfo;
- writePrintInfo;
- setTopBotForm:anObject;
- setSideForm:anObject;
@end