Up

NSSecureTextField

Authors

Gregory John Casamento( borgheron@yahoo.com )
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
Standards:

Description forthcoming.

Software documentation for the NSSecureTextFieldCell class

NSSecureTextFieldCell : NSTextFieldCell

Declared in:
AppKit/NSSecureTextField.h
Standards:

Description forthcoming.

Method summary

echosBullets

- (BOOL) echosBullets;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setEchosBullets:

- (void) setEchosBullets: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up