]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/dc.h
added wxSizerFlags::GetDefaultBorder()
[wxWidgets.git] / include / wx / gtk1 / dc.h
index f7023538ab8c7987c3b6e7357ea20a1cacf15abd..82f2ae49e788599b5eb045e3980f542187e03460 100644 (file)
@@ -39,7 +39,7 @@ class WXDLLIMPEXP_CORE wxDC : public wxDCBase
 {
 public:
     wxDC();
-    ~wxDC() { }
+    virtual ~wxDC() { }
 
 #if wxUSE_PALETTE
     void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
@@ -66,6 +66,8 @@ public:
 
     virtual void ComputeScaleAndOrigin();
 
+    virtual GdkWindow* GetGDKWindow() const { return NULL; }
+
     wxCoord XDEV2LOG(wxCoord x) const
     {
         wxCoord new_x = x - m_deviceOriginX;