X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/118f5fbd0651e6c610a44a42a41dcf93439e820d..166c3ef0f9a77a66143968be2c1b58747994d32e:/include/wx/msw/combo.h diff --git a/include/wx/msw/combo.h b/include/wx/msw/combo.h index 1147db76e9..096d0798e2 100644 --- a/include/wx/msw/combo.h +++ b/include/wx/msw/combo.h @@ -60,6 +60,7 @@ public: virtual ~wxComboCtrl(); 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; }