]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ctrlsub.cpp
Check accelerators before sending EVT_CHAR
[wxWidgets.git] / src / common / ctrlsub.cpp
index 12697660b51c6d6972e9a153f776c44f011b10b1..cf913548e08ba71cc9b73aa6aa125d357e671d6c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     22.10.99
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -156,4 +156,13 @@ wxControlWithItems::~wxControlWithItems()
     // this destructor is required for Darwin
 }
 
+#if WXWIN_COMPATIBILITY_2_2
+
+int wxItemContainer::Number() const
+{
+    return GetCount();
+}
+
+#endif // WXWIN_COMPATIBILITY_2_2
+
 #endif // wxUSE_CONTROLS