]> git.saurik.com Git - wxWidgets.git/commit - include/wx/osx/textentry.h
Implement native OS X ComboBox for OS X Cocoa, and implement wxTextEntry methods...
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 9 Jan 2010 19:50:55 +0000 (19:50 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 9 Jan 2010 19:50:55 +0000 (19:50 +0000)
commitc84030e020e56735cb4b7c1534e99d21a8bb48c0
tree17d9443aae78b7ba18063ee14208bf3640d169a1
parent4f42c05a1a956878cb6ef28c9faabbf801361e6d
Implement native OS X ComboBox for OS X Cocoa, and implement wxTextEntry methods to share code between wxComboBox and wxTextCtrl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
build/bakefiles/files.bkl
include/wx/osx/cocoa/private/textimpl.h
include/wx/osx/combobox.h
include/wx/osx/core/private.h
include/wx/osx/textctrl.h
include/wx/osx/textentry.h [new file with mode: 0644]
include/wx/textentry.h
src/osx/carbon/combobox.cpp
src/osx/cocoa/combobox.mm
src/osx/cocoa/textctrl.mm
src/osx/combobox_osx.cpp
src/osx/textctrl_osx.cpp
src/osx/textentry_osx.cpp [new file with mode: 0644]