// Name: wx/gtk/dc.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual void EndPage() { }
virtual GdkWindow* GetGDKWindow() const { return NULL; }
-
+ virtual void* GetHandle() const { return GetGDKWindow(); }
+
// base class pure virtuals implemented here
virtual void DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width, wxCoord height);
virtual void DoGetSizeMM(int* width, int* height) const;