reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Jul 2006 20:04:10 +0000 (20:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Jul 2006 20:04:10 +0000 (20:04 +0000)
commitef43e62e77f166157029b852d0ac197fc0fba135
treeea4c6fd01ee34f1f815f3a41fbb8bdc26f0eb54d
parentf88d1716592c5f7a0e193641493d93944965a760
reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h
include/wx/defs.h
src/gtk/choice.cpp
src/xrc/xh_choic.cpp