]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dcclient.h
added more files (unchanged) from wxUniv branch
[wxWidgets.git] / include / wx / gtk1 / dcclient.h
index 2168e181d7c6e87e0fdf4736e8095bef4f6ab377..752fd0946249c9e5cc6415c795699625c7381efe 100644 (file)
@@ -100,10 +100,6 @@ public:
     virtual void DestroyClippingRegion();
     virtual void DoSetClippingRegionAsRegion( const wxRegion &region  );
 
-#if wxUSE_SPLINES
-    virtual void DoDrawSpline( wxList *points );
-#endif
-
     // Resolution in pixels per logical inch
     virtual wxSize GetPPI() const;
     virtual int GetDepth() const;
@@ -144,9 +140,12 @@ private:
 class wxClientDC : public wxWindowDC
 {
 public:
-    wxClientDC() { }
+    wxClientDC();
     wxClientDC( wxWindow *win );
 
+protected:
+    virtual void DoGetSize(int *width, int *height) const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxClientDC)
 };