expose capitalize flag for ios as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6511cb8c5f
commit
3da156b1be
@ -109,8 +109,8 @@ const wxTextCoord wxInvalidTextCoord = -2;
|
|||||||
// wxTE_RICH controls - can be used together with or instead of wxTE_RICH
|
// wxTE_RICH controls - can be used together with or instead of wxTE_RICH
|
||||||
#define wxTE_RICH2 0x8000
|
#define wxTE_RICH2 0x8000
|
||||||
|
|
||||||
// reuse wxTE_RICH2's value for CAPEDIT control on Windows CE
|
// reuse wxTE_RICH2's value for CAPEDIT control on Windows CE and iOS
|
||||||
#if defined(__SMARTPHONE__) || defined(__POCKETPC__)
|
#if defined(__SMARTPHONE__) || defined(__POCKETPC__) || defined(__WXOSX_IPHONE__)
|
||||||
#define wxTE_CAPITALIZE wxTE_RICH2
|
#define wxTE_CAPITALIZE wxTE_RICH2
|
||||||
#else
|
#else
|
||||||
#define wxTE_CAPITALIZE 0
|
#define wxTE_CAPITALIZE 0
|
||||||
|
Loading…
Reference in New Issue
Block a user