]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Make wxGCDC::GetGraphicsContext() const.
[wxWidgets.git] / include / wx / msw / combo.h
index 78ef4f59eff6659312a2213c9e99865c11b89507..f30bc1a30993cc0629a52c38fb8096de21240dc3 100644 (file)
@@ -83,15 +83,19 @@ 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;
-    virtual void OnThemeChange();
 
     // event handlers
     void OnPaintEvent( wxPaintEvent& event );
     void OnMouseEvent( wxMouseEvent& event );
 
+    virtual bool HasTransparentBackground() { return IsDoubleBuffered(); }
+
 private:
     void Init();