]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_printfw.i
SetOrientationReversed
[wxWidgets.git] / wxPython / src / _printfw.i
index d4df75d67ec93ebd94deb9127e42c092396b4ea7..fb39a022971781d56d602a0cbcd24b3ace061993 100644 (file)
@@ -69,7 +69,8 @@ public:
     int GetNoCopies();
     bool GetCollate();
     int  GetOrientation();
-
+    bool IsOrientationReversed() const;
+    
     bool IsOk();
     %pythoncode { Ok = IsOk }
 
@@ -87,7 +88,8 @@ public:
     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);