]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
When handling accelerators in wxWebView make sure that we do not block right-alt...
[wxWidgets.git] / include / wx / msw / dc.h
index f874111c8d539b419ff0323b58f6cb47604a5a7a..ddb8797d00dd72311862906000b788578ea998dd 100644 (file)
@@ -126,6 +126,8 @@ public:
         m_clipX2 = 0;
     }
 
+    void* GetHandle() const { return (void*)GetHDC(); }
+    
     const wxBitmap& GetSelectedBitmap() const { return m_selectedBitmap; }
     wxBitmap& GetSelectedBitmap() { return m_selectedBitmap; }