Added support for native print preview (GNOME)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-11-18 14:45:40 +00:00
parent ae4bd80aa0
commit 0be7709e71
4 changed files with 44 additions and 4 deletions

View File

@@ -150,6 +150,7 @@ public:
private:
GnomePrintContext *m_gpc;
bool m_native_preview;
private:
DECLARE_DYNAMIC_CLASS(wxGnomePrinter)