Added SetPaperId. It seemed to want such a method.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-04-12 01:22:05 +00:00
parent eac2aeb01e
commit 69157f8b8b

View File

@@ -316,6 +316,8 @@ public:
// paper size id member as well. // paper size id member as well.
void SetPaperSize(const wxSize& sz); void SetPaperSize(const wxSize& sz);
void SetPaperId(wxPaperSize& id) { m_printData.SetPaperId(id); };
// Sets the wxPrintData id, plus the paper width/height if found in the paper database. // Sets the wxPrintData id, plus the paper width/height if found in the paper database.
void SetPaperSize(wxPaperSize id); void SetPaperSize(wxPaperSize id);