Document already existing wxPrintPreview::GetZoom function
This base function was added over 16 years ago but never documented. Closes #23667.
This commit is contained in:
parent
eae24cc3b2
commit
7669a7e1bd
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue