]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/printfw.i
and fixed a type too
[wxWidgets.git] / wxPython / src / printfw.i
index 74a74ed6afddb90785e5a7e3434e33d24e29d839..399b28e0d573de68f4bce97d81f68296c8734767 100644 (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);