A preview canvas is the default canvas used by the print preview system to display the preview.
See also
__init__ |
Constructor. |
OnPaint |
Calls wx.PrintPreview.PaintPage to refresh the canvas. |
wx.
PreviewCanvas
(ScrolledWindow)¶Possible constructors:
PreviewCanvas(preview, parent, pos=DefaultPosition, size=DefaultSize,
style=0, name="canvas")
A preview canvas is the default canvas used by the print preview system to display the preview.
__init__
(self, preview, parent, pos=DefaultPosition, size=DefaultSize, style=0, name="canvas")¶Constructor.
Parameters: |
|
---|
OnPaint
(self, event)¶Calls wx.PrintPreview.PaintPage
to refresh the canvas.
Parameters: | event (wx.PaintEvent) – |
---|