]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
Prevent seg fault for older GTK+
[wxWidgets.git] / include / wx / motif / dcprint.h
index 91812557e65dcf7026083aaff5ef762299e6777f..bd9687152f942bcd575dec964947d8de58d90bdb 100644 (file)
@@ -1,34 +1,31 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcprint.h
+// Name:        wx/motif/dcprint.h
 // Purpose:     wxPrinterDC class
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCPRINT_H_
 #define _WX_DCPRINT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dcprint.h"
-#endif
-
 #include "wx/dc.h"
 
 class WXDLLEXPORT wxPrinterDC: public wxDC
 {
 public:
     DECLARE_CLASS(wxPrinterDC)
-        
+
     // Create a printer DC
-    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
-    
-    ~wxPrinterDC();
+    wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, int orientation = wxPORTRAIT);
+
+    wxRect GetPaperRect();
+
+    virtual ~wxPrinterDC();
 };
 
 #endif
 // _WX_DCPRINT_H_
-