// Modified by:
// Created: 22.10.99
// RCS-ID: $Id$
-// Copyright: (c) wxWindows team
+// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// 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