Copyright 2007 Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48754
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#import <Foundation/NSString.h>
#import <AppKit/NSTextField.h>
#import <Foundation/NSString.h>
#import <AppKit/NSTextField.h>
+#import <AppKit/NSSecureTextField.h>
#import <AppKit/NSCell.h>
#include <math.h>
#import <AppKit/NSCell.h>
#include <math.h>
if(!CreateControl(parent,winid,pos,size,style,validator,name))
return false;
m_cocoaNSView = NULL;
if(!CreateControl(parent,winid,pos,size,style,validator,name))
return false;
m_cocoaNSView = NULL;
- SetNSTextField([[NSTextField alloc] initWithFrame:MakeDefaultNSRect(size)]);
+ SetNSTextField([(style & wxTE_PASSWORD)?[NSSecureTextField alloc]:[NSTextField alloc] initWithFrame:MakeDefaultNSRect(size)]);
[m_cocoaNSView release];
[GetNSTextField() setStringValue:wxNSStringWithWxString(value)];
[m_cocoaNSView release];
[GetNSTextField() setStringValue:wxNSStringWithWxString(value)];