]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/print.h
Correct wxEVT_AUXn_XXX event types names.
[wxWidgets.git] / interface / wx / print.h
index 343dbb5b813080605ec5838dc7f7272e2547d6e9..c782f96c9a143ccaef449166c5083ba4a6c37adc 100644 (file)
@@ -708,9 +708,26 @@ public:
 
     /**
         Returns @true if the printout is currently being used for previewing.
+
+        @see GetPreview()
     */
     virtual bool IsPreview() const;
 
+    /**
+        Returns the associated preview object if any.
+
+        If this printout object is used for previewing, returns the associated
+        wxPrintPreview. Otherwise returns @NULL.
+
+        The returned pointer is not owned by the printout and must not be
+        deleted.
+
+        @see IsPreview()
+
+        @since 2.9.1.
+     */
+    wxPrintPreview *GetPreview() const;
+
     /**
         Set the user scale and device origin of the wxDC associated with this wxPrintout
         so that one screen pixel maps to one device pixel on the DC.