]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / msw / combo.h
index 8478f8cff2038c2d151c444d2aa3edef5515609d..1147db76e93f06478331d14f7f6170ef24a5c4fc 100644 (file)
@@ -59,7 +59,8 @@ public:
 
     virtual ~wxComboCtrl();
 
-    virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags );
+    virtual void PrepareBackground( wxDC& dc, const wxRect& rect, int flags ) const;
+    virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
 
     static int GetFeatures() { return wxComboCtrlFeatures::All; }