Append all items at once during wxChoice creation in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jan 2012 21:50:34 +0000 (21:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jan 2012 21:50:34 +0000 (21:50 +0000)
commitcd747e1598205eddde96768b61cc7f0b324ba870
treee2ccca994651535d9df8c01ad5b4ce59b0a8d71d
parent968c75e36684abc092623e7055e8e1f4d94194c6
Append all items at once during wxChoice creation in wxMSW.

Appending all items at once is more efficient than doing it one by one in the
loop 9probably because of CB_INITSTORAGE that we send in this case).

Closes #13899.

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