From 69157f8b8b6ce7543279d1a026492d35a3906b59 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 12 Apr 1999 01:22:05 +0000 Subject: [PATCH] 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 --- include/wx/cmndata.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index b8faa2b9a8..4c58ded722 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -316,6 +316,8 @@ public: // paper size id member as well. 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. void SetPaperSize(wxPaperSize id); -- 2.47.2