Up

NSSecureTextField

Authors

Gregory John Casamento (borgheron@yahoo.com)
Nicola Pero (nicola@brainstorm.co.uk)
Secure Text field control class for hidden text entry

Copyright: (C) 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSSecureTextField class
  2. Software documentation for the NSSecureTextFieldCell class

Software documentation for the NSSecureTextField class

NSSecureTextField : NSTextField

Declared in:
AppKit/NSSecureTextField.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

echosBullets 

- (BOOL) echosBullets;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setEchosBullets: 

- (void) setEchosBullets: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Software documentation for the NSSecureTextFieldCell class

NSSecureTextFieldCell : NSTextFieldCell

Declared in:
AppKit/NSSecureTextField.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

echosBullets 

- (BOOL) echosBullets;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setEchosBullets: 

- (void) setEchosBullets: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSSecureTextFieldCell Class

_echosBullets

@protected BOOL _echosBullets;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up