 wx.PreviewCanvas¶
 wx.PreviewCanvas¶A preview canvas is the default canvas used by the print preview system to display the preview.
See also
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class PreviewCanvas:
Inheritance diagram for class PreviewCanvas:
 Methods Summary¶
 Methods Summary¶| Constructor. | |
| Calls  | 
 Class API¶
 Class API¶Possible constructors:
PreviewCanvas(preview, parent, pos=DefaultPosition, size=DefaultSize,
              style=0, name="canvas") -> None
A preview canvas is the default canvas used by the print preview system to display the preview.
Constructor.
preview (wx.PrintPreview)
parent (wx.Window)
pos (wx.Point)
size (wx.Size)
style (long)
name (string)
None
variant (WindowVariant)
Calls wx.PrintPreview.PaintPage   to refresh the canvas.
event (wx.PaintEvent)
None