]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/print.h
allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be...
[wxWidgets.git] / include / wx / gtk / print.h
index 66f34f0702a8d4da53e48f4b23c086e7df3fcda6..62a3514645c6bbf6d0871f033b701b0b392e458a 100644 (file)
@@ -249,10 +249,10 @@ public:
     void SetBackgroundMode(int mode);
     void SetPalette(const wxPalette& WXUNUSED(palette)) { }
     void SetResolution(int ppi);
-    
+
     // overriden for wxPrinterDC Impl
-    virtual int GetResolution();
-    virtual wxRect GetPaperRect();
+    virtual int GetResolution() const;
+    virtual wxRect GetPaperRect() const;
 
 protected:
     bool DoFloodFill(wxCoord x1, wxCoord y1, const wxColour &col, int style=wxFLOOD_SURFACE );