]> git.saurik.com Git - wxWidgets.git/commit
Get the OS X Cocoa native combobox building by having the native code compile if...
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 4 Jan 2010 01:57:42 +0000 (01:57 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 4 Jan 2010 01:57:42 +0000 (01:57 +0000)
commitf941a30bef665561d96d29c4cee07471dbbd497f
tree0c7811a4eee52426a8f22ea114223ab1a08656e3
parentda8b1d4b3b535aba94d04494f5b6e2b3e47901ee
Get the OS X Cocoa native combobox building by having the native code compile if wxOSX_USE_NATIVE_COMBOBOX is defined. It must be explicitly enabled by adding that define to the build flags as the native implementation is mostly just stubs right now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/osx/combobox.h
include/wx/osx/core/private.h
src/osx/carbon/combobox.cpp
src/osx/cocoa/combobox.mm
src/osx/combobox_osx.cpp