Work in progress on printing stuff.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-11-22 21:50:31 +00:00
parent 6442cf6b20
commit cffcf831ad
4 changed files with 132 additions and 88 deletions

View File

@@ -46,6 +46,7 @@ public:
virtual bool Ok() const { return true; }
GnomePrintConfig* GetPrintConfig() { return m_config; }
void SetPrintJob( GnomePrintJob *job ) { m_job = job; }
GnomePrintJob* GetPrintJob() { return m_job; }