]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Add class factories for filter streams. Also filters now follow the convention
[wxWidgets.git] / include / wx / msw / combo.h
index 1147db76e93f06478331d14f7f6170ef24a5c4fc..096d0798e2d368a75cd5a2bd00a58db82ae526ee 100644 (file)
@@ -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; }