- protected :
- #if TARGET_CARBON
- #if PM_USE_SESSION_APIS
- void* m_macPrintSession;
- #else
- void* m_macPrintPort ;
- #endif
- #else
- void* m_macPrintPort ;
- #endif
- wxPrintData m_printData ;
+ wxPrintData& GetPrintData() { return m_printData; }
+ virtual void DoGetSize( int *width, int *height ) const;
+
+ protected:
+ wxPrintData m_printData ;
+ wxNativePrinterDC* m_nativePrinterDC ;