/////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/carbon/listbox.h
+// Name: wx/osx/listbox.h
// Purpose: wxListBox class
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxArrayPtrVoid m_itemsClientData;
private:
+#ifdef __WXOSX_CARBON__
+ // It needs to call our CalcAndSendEvent().
+ friend class wxMacDataBrowserListControl;
+#endif // Carbon
+
DECLARE_DYNAMIC_CLASS(wxListBox)
DECLARE_EVENT_TABLE()
};