class WXDLLEXPORT wxPrinterDC: public wxDC
{
public:
+#if wxUSE_PRINTING_ARCHITECTURE
DECLARE_CLASS(wxPrinterDC)
-#if wxUSE_PRINTING_ARCHITECTURE
// Create a printer DC
wxPrinterDC(const wxPrintData& printdata );
~wxPrinterDC();
virtual void EndPage(void) ;
wxPrintData& GetPrintData() { return m_printData; }
virtual void DoGetSize( int *width, int *height ) const;
-
+#if wxMAC_USE_CORE_GRAPHICS
+ void MacSetCGContext( void * cg ) ;
+#endif
protected:
wxPrintData m_printData ;
wxNativePrinterDC* m_nativePrinterDC ;