// Name: dcclient.h
// Purpose:
// Author: Robert Roebling
-// Created: 01/02/97
-// Id:
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id: $Id$
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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
GdkGC *m_textGC;
GdkGC *m_bgGC;
GdkColormap *m_cmap;
- bool m_isDrawable;
+ bool m_isMemDC;
void SetUpDC(void);
+ void Destroy(void);
GdkWindow *GetWindow(void);
};