DekGenius.com
[ Team LiB ] Previous Section Next Section

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.

figs/cocn_1585.gif

@interface NSSecureTextFieldCell : NSTextFieldCell
 // Accessor Methods
   - (void)setEchosBullets:(BOOL)flag;
   - (BOOL)echosBullets;

    [ Team LiB ] Previous Section Next Section