X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40b26d752de12e3e9f03172049c441de1a5e0276..cbfc8d9a612c3c498b0716e828629674f4e63363:/include/wx/msw/combo.h diff --git a/include/wx/msw/combo.h b/include/wx/msw/combo.h index 7204e649d8..096d0798e2 100644 --- a/include/wx/msw/combo.h +++ b/include/wx/msw/combo.h @@ -59,7 +59,9 @@ public: virtual ~wxComboCtrl(); - virtual void DrawFocusBackground( wxDC& dc, const wxRect& rect, int flags ) const; + virtual void PrepareBackground( wxDC& dc, const wxRect& rect, int flags ) const; + virtual bool AnimateShow( const wxRect& rect, int flags ); + virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const; static int GetFeatures() { return wxComboCtrlFeatures::All; }