// Name: checklst.h
// Purpose: wxCheckListBox class - a listbox with checkable items
// Note: this is an optional class.
-// Author: AUTHOR
-// Modified by:
-// Created: ??/??/98
+// Author: Stefan Csomor
+// Modified by:
+// Created: 1998-01-01
// RCS-ID: $Id$
-// Copyright: (c) AUTHOR
+// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
void OnChar(wxKeyEvent& event) ;
void OnLeftClick(wxMouseEvent& event) ;
- // metrics
- wxInt32 m_checkBoxWidth;
+ // metrics
+ wxInt32 m_checkBoxWidth;
wxInt32 m_checkBoxHeight;
- wxInt32 m_TextBaseLineOffset;
-
+ wxInt32 m_TextBaseLineOffset;
+
// the array containing the checked status of the items
wxArrayInt m_checks;