diff --git a/interface/wx/print.h b/interface/wx/print.h index d2c56bec04..fc13bace87 100644 --- a/interface/wx/print.h +++ b/interface/wx/print.h @@ -374,6 +374,13 @@ public: */ virtual wxPrintout* GetPrintoutForPrinting() const; + /** + Gets the current percentage zoom level of the preview canvas. + + @see SetZoom() + */ + virtual int GetZoom() const; + /** Returns @true if the wxPrintPreview is valid, @false otherwise. @@ -430,6 +437,8 @@ public: /** Sets the percentage preview zoom, and refreshes the preview canvas accordingly. + + @see GetZoom() */ virtual void SetZoom(int percent); };