Files
wxWidgets/include/wx/generic
Vadim Zeitlin fc12b1f12a Take void** client data in wxSingleChoiceDialog ctor and not char**.
The client data is supposed to be untyped, there is really no reason (other
than compatibility with C conventions of 40 years ago) to use char** here.
So don't do it and provide the versions taking "void**" keeping "char**" ones
for backwards compatibility only.

Also deprecate GetSelectionClientData() that returned char* and add a new
GetSelectionData() returning void* instead.

Closes #13876.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-02-05 14:18:33 +00:00
..
2009-12-05 19:57:58 +00:00
2008-12-31 15:27:00 +00:00
2009-12-05 19:57:58 +00:00
2011-04-30 10:57:04 +00:00
2012-01-21 17:03:52 +00:00