projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed wxGTK1 compilation after wxDC changes (still doesn't work)
[wxWidgets.git]
/
include
/
wx
/
listctrl.h
diff --git
a/include/wx/listctrl.h
b/include/wx/listctrl.h
index 4eae6667341c40099c8b9a0bdb3b58cb323bf7be..ef4e2d3763167ecc8f13771fb9e1f3c0b048a516 100644
(file)
--- a/
include/wx/listctrl.h
+++ b/
include/wx/listctrl.h
@@
-22,7
+22,7
@@
// constants
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
-extern WXDLLEXPORT_DATA(const
wxC
har) wxListCtrlNameStr[];
+extern WXDLLEXPORT_DATA(const
c
har) wxListCtrlNameStr[];
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration
@@
-30,6
+30,8
@@
extern WXDLLEXPORT_DATA(const wxChar) wxListCtrlNameStr[];
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
+#elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__)
+ #include "wx/mac/carbon/listctrl.h"
#else
#include "wx/generic/listctrl.h"
#endif
#else
#include "wx/generic/listctrl.h"
#endif
@@
-82,7
+84,7
@@
public:
{ return GetNextSelected(-1); }
// return true if the item is selected
{ return GetNextSelected(-1); }
// return true if the item is selected
- bool IsSelected(long index)
+ bool IsSelected(long index)
const
{ return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
// columns
{ return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
// columns