projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it...
[wxWidgets.git]
/
src
/
os2
/
listctrl.cpp
diff --git
a/src/os2/listctrl.cpp
b/src/os2/listctrl.cpp
index 648f43ed62ba0b0c2c7300e951955579ea012e55..1c8a4a0d4dfb2d85b855cd0066aa347707e73549 100644
(file)
--- a/
src/os2/listctrl.cpp
+++ b/
src/os2/listctrl.cpp
@@
-1519,9
+1519,9
@@
long wxListCtrl::GetItemData (
} // end of wxListCtrl::GetItemData
// Sets the item data
} // end of wxListCtrl::GetItemData
// Sets the item data
-bool wxListCtrl::SetItemData (
+bool wxListCtrl::SetItem
Ptr
Data (
long lItem
long lItem
-,
long
lData
+,
wxUIntPtr
lData
)
{
wxListItem vInfo;
)
{
wxListItem vInfo;
@@
-1530,7
+1530,7
@@
bool wxListCtrl::SetItemData (
vInfo.m_itemId = lItem;
vInfo.m_data = lData;
return SetItem(vInfo);
vInfo.m_itemId = lItem;
vInfo.m_data = lData;
return SetItem(vInfo);
-} // end of wxListCtrl::SetItemData
+} // end of wxListCtrl::SetItem
Ptr
Data
// Gets the item rectangle
bool wxListCtrl::GetItemRect ( long lItem,
// Gets the item rectangle
bool wxListCtrl::GetItemRect ( long lItem,