]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/docview.h
Fix compilation of wxFileSystemWatcher unit test in non-PCH build.
[wxWidgets.git] / interface / wx / docview.h
index 20ad3423a89c29d0014dbd0b37ad3ea0a64fbf9c..4d2cd89bfe8a2be60ad9588005d17ffda134c6d7 100644 (file)
@@ -176,6 +176,15 @@ public:
     */
     long GetFlags() const;
 
+    /**
+        Returns a reference to the wxPageSetupDialogData associated with the
+        printing operations of this document manager.
+    */
+    //@{
+    wxPageSetupDialogData& GetPageSetupDialogData();
+    const wxPageSetupDialogData& GetPageSetupDialogData() const;
+    //@}
+
     /**
         Returns the run-time class information that allows view instances
         to be constructed dynamically, as passed to the document template