X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..1a33ac8fb0f5e43c89bd698618d554c6f7b8b452:/include/wx/mac/checklst.h diff --git a/include/wx/mac/checklst.h b/include/wx/mac/checklst.h index ef452a1c21..3bf972d7a2 100644 --- a/include/wx/mac/checklst.h +++ b/include/wx/mac/checklst.h @@ -2,18 +2,18 @@ // 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 /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_CHECKLST_H_ #define _WX_CHECKLST_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "checklst.h" #endif @@ -58,11 +58,11 @@ public: 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;