NSSecureTextFieldCell |
Mac OS X 10.0 |
This class is the cell associated with the
NSSecureTextField control.
NSSecureTextFieldCell is responsible for the
appearance of the secure text field control, as well as any mouse
event handling that occurs over the cell.
@interface NSSecureTextFieldCell : NSTextFieldCell
|
// Accessor Methods |
- (void)setEchosBullets:(BOOL)flag;
|
- (BOOL)echosBullets;
|
|