use new style creation (MSWCreateControl() and MSWGetStyle()); adjust the drop down...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 19:26:22 +0000 (19:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Feb 2004 19:26:22 +0000 (19:26 +0000)
commit71e57cd6506760f7ca0e3195a5ecf99d78a77be9
treefd321ce1700cd5430aea08879d8166e45749364a
parent7b28e0ede49ca78e05df6bc6af2d2d8c508f8455
use new style creation (MSWCreateControl() and MSWGetStyle()); adjust the drop down list height after appending/inserting/deleting items

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