Up
Authors
Gregory John Casamento (greg.casamento@gmail.com )
Nicola Pero (nicola@brainstorm.co.uk )
Date: Generated at 2024-11-13 12:52:37 -0500
Secure Text field control class for hidden text entry
Copyright: (C) 1999 Free Software Foundation, Inc.
class_NSSecureTextField
NSTextField
NSTextField
NSSecureTextField
NSSecureTextField
NSTextField->NSSecureTextField
Declared in:
AppKit/NSSecureTextField.h
Availability: OpenStep
Description forthcoming.
- (BOOL)
echosBullets ;
Availability: OpenStep
Description forthcoming.
- (void)
setEchosBullets: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
class_NSSecureTextFieldCell
NSTextFieldCell
NSTextFieldCell
NSSecureTextFieldCell
NSSecureTextFieldCell
NSTextFieldCell->NSSecureTextFieldCell
Declared in:
AppKit/NSSecureTextField.h
Availability: OpenStep
Description forthcoming.
Instance Variables
- (BOOL)
echosBullets ;
Availability: OpenStep
Description forthcoming.
- (void)
setEchosBullets: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSSecureTextFieldCell Class
@protected BOOL _echosBullets ;
Availability: OpenStep
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