projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no changes, just got rid of many __WXWINCE__ ifdefs
[wxWidgets.git]
/
src
/
cocoa
/
checklst.mm
diff --git
a/src/cocoa/checklst.mm
b/src/cocoa/checklst.mm
index f3a68f99ac2ed46ac6fb1195cf9fcce04fa911b9..5865461756f63bce52cc79d8984fae1f5faba0a0 100644
(file)
--- a/
src/cocoa/checklst.mm
+++ b/
src/cocoa/checklst.mm
@@
-1,22
+1,23
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: cocoa/checklst.mm
+// Name:
src/
cocoa/checklst.mm
// Purpose: wxCheckListBox
// Author: David Elliott
// Modified by:
// Created: 2003/03/18
// Purpose: wxCheckListBox
// Author: David Elliott
// Modified by:
// Created: 2003/03/18
-// RCS-ID: $Id
:
+// RCS-ID: $Id
$
// Copyright: (c) 2003 David Elliott
// Copyright: (c) 2003 David Elliott
-// Licence: wxWidgets licence
+// Licence:
wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_CHECKLISTBOX
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_CHECKLISTBOX
+#include "wx/checklst.h"
+
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/app.h"
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/app.h"
- #include "wx/checklst.h"
#endif //WX_PRECOMP
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
#endif //WX_PRECOMP
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
@@
-58,13
+59,13
@@
wxCheckListBox::~wxCheckListBox()
{
}
{
}
-bool wxCheckListBox::IsChecked(
size_
t item) const
+bool wxCheckListBox::IsChecked(
unsigned in
t item) const
{
return false;
}
{
return false;
}
-void wxCheckListBox::Check(
size_
t item, bool check)
+void wxCheckListBox::Check(
unsigned in
t item, bool check)
{
}
{
}