]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/dc.h
SetBackground for ListBox and others
[wxWidgets.git] / include / wx / stubs / dc.h
index f2c2ca6c4de47da3c84fe8c5b96aad803462a4ff..71f7f74845aa3e1d054a9b1ee266ccf4bf164bf6 100644 (file)
@@ -137,7 +137,7 @@ class WXDLLEXPORT wxDC: public wxObject
     }
 
     virtual void DrawSpline( long x1, long y1, long x2, long y2, long x3, long y3 );
-    virtual void DrawSpline( wxList *points );
+    virtual void DrawSpline( wxList *points ) = 0;
     virtual void DrawSpline( int n, wxPoint points[] );
     
     virtual bool CanDrawBitmap(void) const = 0;
@@ -316,8 +316,6 @@ class WXDLLEXPORT wxDC: public wxObject
            return (long)((double)(y) * m_scaleY - 0.5);
        }
   
-    virtual void DrawOpenSpline( wxList *points ) = 0;
-       
   public:
     
     bool         m_ok;