mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:20:48 +00:00
Added echosBullets methods to the control; prefix ivars with udnerscore
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bbf4f470ca
commit
3110eb39e1
1 changed files with 6 additions and 10 deletions
|
@ -32,22 +32,18 @@
|
|||
#include <AppKit/NSTextField.h>
|
||||
#include <AppKit/NSTextFieldCell.h>
|
||||
|
||||
@class NSNotification;
|
||||
@class NSColor;
|
||||
@class NSText;
|
||||
@class NSCursor;
|
||||
|
||||
@interface NSSecureTextField : NSTextField
|
||||
{
|
||||
}
|
||||
{}
|
||||
- (void) setEchosBullets:(BOOL)flag;
|
||||
- (BOOL) echosBullets;
|
||||
@end
|
||||
|
||||
@interface NSSecureTextFieldCell : NSTextFieldCell
|
||||
{
|
||||
BOOL i_echosBullets;
|
||||
BOOL _echosBullets;
|
||||
}
|
||||
- (void)setEchosBullets:(BOOL)flag;
|
||||
- (BOOL)echosBullets;
|
||||
- (void) setEchosBullets:(BOOL)flag;
|
||||
- (BOOL) echosBullets;
|
||||
@end
|
||||
|
||||
#endif /* _GNUstep_H_NSSecureTextField */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue