]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Increase version to 2.9.5.
[wxWidgets.git] / include / wx / msw / combo.h
index be85dbcf41ea3e99074de92bf2a7cae2bf8d15cd..f30bc1a30993cc0629a52c38fb8096de21240dc3 100644 (file)
@@ -83,6 +83,9 @@ protected:
 
 protected:
 
+    // Dummy method - we override all functions that call this
+    virtual WXHWND GetEditHWND() const { return NULL; }
+
     // customization
     virtual void OnResize();
     virtual wxCoord GetNativeTextIndent() const;
@@ -91,6 +94,8 @@ protected:
     void OnPaintEvent( wxPaintEvent& event );
     void OnMouseEvent( wxMouseEvent& event );
 
+    virtual bool HasTransparentBackground() { return IsDoubleBuffered(); }
+
 private:
     void Init();