]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dc.h
No real changes, just add wxSizerItem::AddBorderToSize() helper.
[wxWidgets.git] / include / wx / gtk / dc.h
index aa97ecb326658bfb825d55d5dbe4470f5f9ea2ee..3ea33224c2b803a8e3a79652ef529a57dddd9978 100644 (file)
@@ -136,7 +136,8 @@ public:
     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;