///////////////////////////////////////////////////////////////////////////////
-// 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
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// the array containing the checked status of the items
wxArrayInt m_checks;
-
+
wxListWidgetColumn* m_checkColumn ;
void Init();