updates for recent CVS changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-09 18:21:17 +00:00
parent 9154d8cfff
commit b7fc54becc
9 changed files with 151 additions and 202 deletions

View File

@@ -61,6 +61,8 @@ public:
bool GetCollate();
int GetOrientation();
bool Ok();
const wxString& GetPrinterName();
bool GetColour();
wxDuplexMode GetDuplex();
@@ -167,6 +169,9 @@ public:
return new wxPrintData(self->GetPrintData()); // force a copy
}
}
bool Ok();
void SetDefaultInfo(bool flag);
void SetDefaultMinMargins(bool flag);
void SetMarginTopLeft(const wxPoint& pt);
@@ -214,6 +219,9 @@ public:
}
bool GetPrintToFile();
int GetToPage();
bool Ok();
void SetCollate(bool flag);
void SetFromPage(int page);
void SetMaxPage(int page);