aded printscreen

This commit is contained in:
chombier 2001-06-18 09:12:22 +00:00
parent b951e4c27e
commit d2fdcd48a2
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,11 @@ short userabort(void);
void printGraph(short dnum);
void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns,
char **charh, short refNum, short useTitle, short theScreen);
void printText(short vs, Str255 Title, short scrn);
void printText(short vs, char **charh, Str255 Title, short scrn);
void printScreen(short vs, Str255 Title, short scrn);
void printSel(short vs, Str255 Title, short scrn);
void PrintPageSetup(void);
void PrintScreen(void);
void PrintSelection(void);
THPrint PrintSetupRecord(void);