]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dcclient.h
Added WXHTREEITEM
[wxWidgets.git] / include / wx / gtk / dcclient.h
index 590ed11b6ac0c27c45ace819e879429f46d2343e..be532ec577b65224e72ae2187f21f91ea37160a5 100644 (file)
@@ -90,7 +90,7 @@ class wxPaintDC: public wxDC
     virtual void SetClippingRegion( long x, long y, long width, long height );
     virtual void DestroyClippingRegion(void);
     
-    virtual void DrawOpenSpline( wxList *points );
+    virtual void DrawSpline( wxList *points );
     
   public: // shouldn't be public
     
@@ -100,7 +100,7 @@ class wxPaintDC: public wxDC
     GdkGC        *m_textGC;
     GdkGC        *m_bgGC;
     GdkColormap  *m_cmap;
-    bool          m_isDrawable;
+    bool          m_isMemDC;
     
     void SetUpDC(void);
     GdkWindow *GetWindow(void);