No changes, just refactor wxMSW wxComboBox code calling GetComboBoxInfo().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Nov 2012 13:47:36 +0000 (13:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Nov 2012 13:47:36 +0000 (13:47 +0000)
commitdf74e2d2510d0bf2e2ae6b888c5948a302a6e0eb
treeda2888683ade8522341590aa9253ec662d222416
parent04f8a852c16e57efd9a19ca12341cd7b0e665ba5
No changes, just refactor wxMSW wxComboBox code calling GetComboBoxInfo().

Move the code dynamically loading this function to the base wxChoice class to
make it possible to use it from there in the upcoming commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/choice.h
src/msw/choice.cpp
src/msw/combobox.cpp