///////////////////////////////////////////////////////////////////////////////
-// Name: wx/mac/carbon/checklst.h
+// Name: wx/osx/checklst.h
// Purpose: wxCheckListBox class - a listbox with checkable items
// Note: this is an optional class.
// Author: Stefan Csomor
// the array containing the checked status of the items
wxArrayInt m_checks;
-
+
wxListWidgetColumn* m_checkColumn ;
void Init();