adding the print session to the print data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -218,9 +218,11 @@ public:
|
|||||||
#elif defined(__WXMAC__)
|
#elif defined(__WXMAC__)
|
||||||
void* m_macPageFormat ;
|
void* m_macPageFormat ;
|
||||||
void* m_macPrintSettings ;
|
void* m_macPrintSettings ;
|
||||||
|
void* m_macPrintSession ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
int m_printNoCopies;
|
int m_printNoCopies;
|
||||||
int m_printOrientation;
|
int m_printOrientation;
|
||||||
bool m_printCollate;
|
bool m_printCollate;
|
||||||
|
Reference in New Issue
Block a user