]> git.saurik.com Git - wxWidgets.git/commit
Allow OS X Cocoa (or any OS X port) to override GetBestSize and provide a native...
authorKevin Ollivier <kevino@theolliviers.com>
Thu, 26 Nov 2009 23:11:27 +0000 (23:11 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Thu, 26 Nov 2009 23:11:27 +0000 (23:11 +0000)
commit9ab7ff537d1ead0f0b07c14841474203c7fa59ba
treed0588765b462cbe2babc4e32ab85c37e4e4741df
parentb9cf2753b45161ab5ae88ac464e18981c9c8ae63
Allow OS X Cocoa (or any OS X port) to override GetBestSize and provide a native OS X Cocoa impl. Also, fix the line ending check under OS X Cocoa, and a sanity check for SetStyle.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/cocoa/private/textimpl.h
include/wx/osx/core/private.h
src/osx/cocoa/textctrl.mm
src/osx/textctrl_osx.cpp