projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable
[wxWidgets.git]
/
include
/
wx
/
os2
/
checklst.h
diff --git
a/include/wx/os2/checklst.h
b/include/wx/os2/checklst.h
index 2a23c9645d5ca98f90ed5f662d7d5c15fcc6591c..4ead4b063a48a1efc208846634a106632f4c7de8 100644
(file)
--- a/
include/wx/os2/checklst.h
+++ b/
include/wx/os2/checklst.h
@@
-19,7
+19,7
@@
class wxOwnerDrawn; // so the compiler knows, it is a class.
class wxOwnerDrawn; // so the compiler knows, it is a class.
-class WXDLL
EXPORT
wxCheckListBox : public wxCheckListBoxBase
+class WXDLL
IMPEXP_CORE
wxCheckListBox : public wxCheckListBoxBase
{
public:
//
{
public:
//
@@
-72,7
+72,9
@@
protected:
virtual wxOwnerDrawn* CreateItem(size_t n);
virtual long OS2OnMeasure(WXMEASUREITEMSTRUCT* pItem);
virtual wxOwnerDrawn* CreateItem(size_t n);
virtual long OS2OnMeasure(WXMEASUREITEMSTRUCT* pItem);
- virtual void DoInsertItems(const wxArrayString& items, unsigned int pos);
+ virtual int DoInsertItems(const wxArrayStringsAdapter & items,
+ unsigned int pos,
+ void **clientData, wxClientDataType type);
//
// Pressing space or clicking the check box toggles the item
//
// Pressing space or clicking the check box toggles the item