Fix wxComboBox constructors after keyboard access commit, not all constructors were...
authorKevin Hock <hockkn@yahoo.com>
Tue, 14 Feb 2006 04:00:39 +0000 (04:00 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 14 Feb 2006 04:00:39 +0000 (04:00 +0000)
commit8dc6614e60709a87d13615c050f743fa1c17ec9d
tree38e2f5ffd1a76f1df3f9f7715c3b5246a528068d
parente6b1317b7903e4802f4bab2b7540600340361061
Fix wxComboBox constructors after keyboard access commit, not all constructors were setting the parent container pointer. Added Init method and put all the constructors together in the header (rather than being split between h and cpp)

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