]> git.saurik.com Git - wxWidgets.git/commit
don't use the client data for storing wxOwnerDrawn in wxCheckListbox implementation...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 13:10:55 +0000 (13:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 13:10:55 +0000 (13:10 +0000)
commite4de7a77593d948c7c7f56045b082dcfa7e794a4
treec5207bc13686ba87b01a1b2f1e1a013b705db1e6
parent9f2968ad0ba775e6785c3eb4a3fea5ad19352e26
don't use the client data for storing wxOwnerDrawn in wxCheckListbox implementation as we already store them in internal array anyhow, this allows the user to use his own client data with wxCheckListbox (#10290)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/os2/checklst.h
interface/wx/checklst.h
src/msw/listbox.cpp
src/os2/checklst.cpp
src/os2/listbox.cpp