X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55811cde2d57fdfe78eee3d1adcdff1ddc5cb719..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/_printfw.i?ds=sidebyside diff --git a/wxPython/src/_printfw.i b/wxPython/src/_printfw.i index 51ff10f048..a70f85a6c6 100644 --- a/wxPython/src/_printfw.i +++ b/wxPython/src/_printfw.i @@ -69,7 +69,8 @@ public: int GetNoCopies(); bool GetCollate(); int GetOrientation(); - + bool IsOrientationReversed() const; + bool IsOk(); %pythoncode { Ok = IsOk } @@ -82,11 +83,13 @@ public: int GetQuality(); wxPrintBin GetBin(); wxPrintMode GetPrintMode() const; + int GetMedia() const; void SetNoCopies(int v); void SetCollate(bool flag); void SetOrientation(int orient); - + void SetOrientationReversed(bool reversed); + void SetPrinterName(const wxString& name); void SetColour(bool colour); void SetDuplex(wxDuplexMode duplex); @@ -95,7 +98,8 @@ public: void SetQuality(int quality); void SetBin(wxPrintBin bin); void SetPrintMode(wxPrintMode printMode); - + void SetMedia(int media); + wxString GetFilename() const; void SetFilename( const wxString &filename ); @@ -479,7 +483,7 @@ MustHaveApp(wxPyPrintout); %rename(Printout) wxPyPrintout; class wxPyPrintout : public wxObject { public: - %pythonAppend wxPyPrintout "self._setCallbackInfo(self, Printout)" + %pythonAppend wxPyPrintout setCallbackInfo(Printout) %typemap(out) wxPyPrintout*; // turn off this typemap wxPyPrintout(const wxString& title = wxPyPrintoutTitleStr); @@ -820,7 +824,7 @@ class wxPyPrintPreview : public wxPrintPreview public: %disownarg(wxPyPrintout*); - %pythonAppend wxPyPrintPreview "self._setCallbackInfo(self, PyPrintPreview)" + %pythonAppend wxPyPrintPreview setCallbackInfo(PyPrintPreview) %nokwargs wxPyPrintPreview; wxPyPrintPreview(wxPyPrintout* printout, wxPyPrintout* printoutForPrinting, @@ -890,7 +894,8 @@ MustHaveApp(wxPyPreviewFrame); class wxPyPreviewFrame : public wxPreviewFrame { public: - %pythonAppend wxPyPreviewFrame "self._setCallbackInfo(self, PyPreviewFrame); self._setOORInfo(self)" + %disownarg(wxPrintPreview*); + %pythonAppend wxPyPreviewFrame "self._setOORInfo(self);" setCallbackInfo(PyPreviewFrame) wxPyPreviewFrame(wxPrintPreview* preview, wxFrame* parent, const wxString& title, @@ -950,7 +955,7 @@ MustHaveApp(wxPyPreviewControlBar); class wxPyPreviewControlBar : public wxPreviewControlBar { public: - %pythonAppend wxPyPreviewControlBar "self._setCallbackInfo(self, PyPreviewControlBar); self._setOORInfo(self)" + %pythonAppend wxPyPreviewControlBar "self._setOORInfo(self);" setCallbackInfo(PyPreviewControlBar) wxPyPreviewControlBar(wxPrintPreview *preview, long buttons,