]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gnome/gprint.h
SetFocus fixed
[wxWidgets.git] / include / wx / gtk / gnome / gprint.h
index 0c107301d4c403ad539da198955940093c7289ce..3b8859c17b59df98e34c0e52810e8f4b00f1ad0d 100644 (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; }