]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcps.h
Add richtext event types.
[wxWidgets.git] / interface / wx / dcps.h
index 614d53d723179cc182f319b1e1000af6a00199b8..f98b7968dbb7bc4aabe90a2390020e1d19a553a8 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxPostScriptDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 class wxPostScriptDC : public wxDC
 {
 public:
+    wxPostScriptDC();
+
     /**
         Constructs a PostScript printer device context from a wxPrintData object.
     */
     wxPostScriptDC(const wxPrintData& printData);
 
-    /**
-        Return resolution used in PostScript output.
-
-        @see SetResolution()
-    */
-    virtual int GetResolution() const;
-
-    /**
-        Set resolution (in pixels per inch) that will be used in PostScript
-        output. Default is 720ppi.
-    */
-    virtual wxRect GetPaperRect() const;
 };