/////////////////////////////////////////////////////////////////////////////
-// Name: printwin.h
+// Name: wx/msw/printwin.h
// Purpose: wxWindowsPrinter, wxWindowsPrintPreview classes
// Author: Julian Smart
// Modified by:
public:
wxWindowsPrinter(wxPrintDialogData *data = NULL);
- virtual ~wxWindowsPrinter();
virtual bool Print(wxWindow *parent,
wxPrintout *printout,
virtual bool Setup(wxWindow *parent);
private:
- WXFARPROC m_lpAbortProc;
-
wxDECLARE_NO_COPY_CLASS(wxWindowsPrinter);
};
virtual void DetermineScaling();
protected:
+#if wxUSE_ENH_METAFILE
virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum);
+#endif
DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
};