]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/combo.h
Typo fixes
[wxWidgets.git] / include / wx / msw / combo.h
index 7204e649d8517f1794f5e0156d9e74b2816c2d33..096d0798e2d368a75cd5a2bd00a58db82ae526ee 100644 (file)
@@ -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; }